Stellplatz buchen
{{ (value.age === '21'?'Kind':'Erwachsener') }}
{{ value.firstname }} {{ value.lastname }}
{{ getDate(value.birthday) }}
Zusammenfassung
Reisezeitraum
{{ form.arrival }} - {{ form.departure }}
Unterkunft
x
€ {{ getPitchPrice().toFixed(2) }}
Erwachsener
{{ getAdults() }}
€ {{ getAdultPrice().toFixed(2) }}
Kind
{{ getChildren() }}
€ {{ getChildrenPrice().toFixed(2) }}
Kurtaxe
€ {{ getTaxPrice().toFixed(2) }}
Hunde
{{ form.dogs }}
€ {{ getDogPrice().toFixed(2) }}
Energie
Ja
€ {{ getEnergyPrice().toFixed(2) }}
Gesamt€ {{ getTotalPrice().toFixed(2) }}
Notwendige Anzahlung€ {{ getPaymentPrice().toFixed(2) }}