{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/customer.customerForm*/ -}} {{ 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.customerForm*/ -}}

    {{ template "title" .}}

    {{ CSRFInput }}
    {{( pgettext "Customer Details" "title" )}} {{ with .FullName -}} {{- end }} {{ with .IDDocumentNumber -}} {{- end }} {{ with .IDDocumentType -}} {{- end }} {{ with .Address -}} {{- end }} {{ with .City -}} {{- end }} {{ with .Province -}} {{- end }} {{ with .PostalCode -}} {{- end }} {{ with .Country -}} {{- end }} {{ with .Email -}} {{- end }} {{ with .Phone -}} {{- end }}
    {{- end }}