|
Art
|
{f:if(condition: '{mode} == "booking"', then: 'Buchung', else: 'Anfrage')}
|
| Haus |
{hotel.name} |
| Name |
{name} |
| Name der Gruppe |
{group} |
| Straße |
{street} |
| Postleitzahl |
{postcode} |
| Ort |
{city} |
| E-Mail |
{email} |
| Telefon |
{phone -> v:or(alternative: '-')} |
| Zeitraum |
{dateFrom} - {dateTo} |
| Nächte |
{nights} |
| Anzahl der Personen |
{pax -> v:or(alternative: '-')} |
| Anzahl Kinder 0-3 Jahre |
{children -> v:or(alternative: '-')} |
| Anzahl Kinder 4-5 Jahre |
{minors -> v:or(alternative: '-')} |
| Anzahl Kinder 6-{adolescentsAge} Jahre |
{adolescents -> v:or(alternative: '-')} |
| Verpflegung |
{board.title}
-
|
| Optionale Zusatzleistungen |
-
|
| Kostenübersicht |
-
Grundpreis: {summary.paxBase}
-
Aufpreis Personen: {summary.paxAdditional -> v:or(alternative: '-')}
-
Verpflegung: {summary.board -> v:or(alternative: '-')}
-
Kleingruppen-Verpflegungszuschlag: {summary.undersubscription -> v:or(alternative: '-')}
-
Aufpreis Kurzzeit: {summary.shortTerm -> v:or(alternative: '-')}
-
Strom- und Abfallgebühren: {summary.runningCosts -> v:or(alternative: '-')}
-
Gesamtpreis: {summary.total}
|
| Bemerkungen/Wünsche |
{remarks -> f:format.nl2br()}
-
|