{% form_theme form 'forms_admin.html.twig' %} {{ form_start(form) }}
| von | bis | Typ | Saison | Pax bis | Mindestmiete pro Nacht | weitere Personen pro Nacht | Unterbel. | Kurzzeit | |
|---|---|---|---|---|---|---|---|---|---|
| {{ price.dateFrom | date('d.m.Y') }} | {{ price.dateTo | date('d.m.Y') }} | {% if price.type is not null %} {% if price.type.value == 'discount' %} {{ icon('discount', 'w-5 h-5') }} {% elseif price.type.value == 'override' %} {{ icon('stack', 'w-5 h-5') }} {% endif %} {% endif %} | {{ price.season.token | trans }} | {{ price.includedPax }} | {{ (price.pricePerNight / 100) | format_currency(accommodation.currency) }} | {{ (price.priceAdditionalPerson / 100) | format_currency(accommodation.currency) }} | {% if price.acceptUndersubscription %} {{ icon('check', 'w-4 h-4') }} {% endif %} | {% if price.acceptShortterm %} {{ icon('check', 'w-4 h-4') }} {% endif %} |
|
| Keine Daten | |||||||||
| Datums-Bereich | Bezeichnung | Preis pro Person/Nacht | |
|---|---|---|---|
| {{ service.dateFrom | date('d.m.Y') }} - {{ service.dateTo | date('d.m.Y') }} | {{ service.label }} | {{ (service.price / 100) | format_currency(accommodation.currency) }} |
|
| Keine Daten | |||
Die Reihenfolge wird per Drag & Drop festgelegt und gilt auch für das Buchungsformular.
| Datums-Bereich | Bezeichnung | Preistyp | Preis | ||
|---|---|---|---|---|---|
| {{ icon('draggable', 'w-4 h-4') }} | {{ service.dateFrom | date('d.m.Y') }} - {{ service.dateTo | date('d.m.Y') }} | {{ service.label }} | {{ service.type.label | trans }} | {{ (service.price / 100) | format_currency(accommodation.currency) }} |
|
| Keine Daten | |||||