{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/customer.ContactForm*/ -}} {{ if .Slug }} {{( pgettext "Edit Customer" "title" )}} {{ else }} {{( pgettext "New Customer" "title" )}} {{ end }} {{- end }} {{ define "breadcrumb" -}}
  • {{( pgettext "Customer" "title" )}}
  • {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/customer.ContactForm*/ -}} {{ if .Slug -}} {{( pgettext "Invoice Customer" "action" )}} {{- end }}

    {{ template "title" .}}

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