{{ define "title" -}} {{( pgettext "Booking" "title" )}} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/booking.publicPage*/ -}}

{{( pgettext "Booking" "title" )}}

{{ with .Form -}}
{{( 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 }}
{{( pgettext "Party Details" "title" )}} {{ with .Adults -}} {{- end }} {{ with .Teenagers -}} {{- end }} {{ with .Children -}} {{- end }} {{ with .Dogs -}} {{- end }}
{{( pgettext "Accomodation" "title" )}} {{ range .CampsiteType.Options -}}
{{- end }}
{{ range .CampsiteType.Options -}} {{ $options := index $.Form.CampsiteTypeOptions .Value }} {{ if $options -}}
{{ .Label }} {{ range $options -}} {{- end }}
{{- end }} {{- end }}
{{( pgettext "Booking Period" "title" )}} {{ with .ArrivalDate -}} {{- end }} {{ with .DepartureDate -}} {{- end }} {{ with .AreaPreferences -}} {{- end }} {{ with .ACSICard -}}
{{- end }} {{ with .Agreement -}}
{{- end }}
{{- end }} {{- end }}