{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/booking.adminBookingForm*/ -}} {{ if .ID }} {{( pgettext "Edit Booking" "title" )}} {{ else }} {{( pgettext "New Booking" "title" )}} {{ end }} {{- end }} {{ define "head" -}} {{- end }} {{ define "breadcrumb" -}} {{ if eq .Status "created" -}}
  • {{( pgettext "Prebookings" "title" )}}
  • {{- else -}}
  • {{( pgettext "Bookings" "title" )}}
  • {{- end }} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/booking.adminBookingForm*/ -}} {{ if .ID -}} {{ if ne .Status "created" -}} {{( pgettext "Check-in Booking" "action" )}} {{( pgettext "Invoice Booking" "action" )}} {{- end }} {{- end }}

    {{ template "title" .}}

    {{ CSRFInput }}
    {{ template "fields.gohtml" . }}
    {{- end }}