{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/booking.publicPage*/ -}} {{ with .Form -}}
{{( pgettext "Accommodation" "title" )}} {{ range .CampsiteType.Options -}}
{{- end }} {{ template "error-message" .CampsiteType }}
{{ with .Dates -}}
{{( pgettext "Booking Period" "title" )}} {{ with .ArrivalDate -}} {{- end }} {{ with .DepartureDate -}} {{- end }}
{{- end }} {{ with $guests := .Guests -}}
{{( pgettext "Guests" "title" )}} {{ with .NumberAdults -}} {{- end }} {{ with .NumberTeenagers -}} {{- end }} {{ with .NumberChildren -}} {{- end }} {{ if .Overflow -}} {{( gettext "Note: Due to guest capacity, we have added more accomodations to the booking, but we cannot guarantee that they will be next to each other." ) | raw}} {{- end }} {{ if .Error -}}

{{ .Error }}

{{- end }} {{ if .NumberDogs -}} {{ with .NumberDogs -}} {{- end }} {{- else -}} {{( gettext "Note: This accommodation does not allow dogs.") | raw }} {{- end }}
{{- end }} {{ with .Options -}}
{{ .Legend }} {{ with .ZonePreferences -}} {{- end }} {{ range .Options -}} {{- end }}
{{- end }} {{ with .Customer -}}
{{( pgettext "Customer Details" "title" )}} {{ with .FullName -}} {{- end }} {{ with .Address -}} {{- end }} {{ with .PostalCode -}} {{- end }} {{ with .City -}} {{- end }} {{ with .Country -}} {{- end }} {{ with .Email -}} {{- end }} {{ with .Phone -}} {{- end }}
{{- end }}
{{ with .Cart -}} {{- end }} {{- end }}