{{ define "title" -}} {{( pgettext "Customers" "title" )}} {{- end }} {{ define "breadcrumb" -}} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/customer.customerIndex*/ -}} {{( pgettext "Add Customer" "action" )}} {{ template "filters-toggle" }}
{{ with .Filters }}
{{ with .Name -}} {{- end }} {{ with .Email -}} {{- end }}
{{ end }} {{ if .Filters.HasValue }} {{( pgettext "Reset" "action" )}} {{ end }}

{{ template "title" . }}

{{ if .Customers -}} {{ template "results.gohtml" . }}
{{( pgettext "Name" "header" )}} {{( pgettext "Email" "header" )}} {{( pgettext "Phone" "header" )}}
{{- else }}

{{( gettext "No customer found." )}}

{{- end }} {{- end }}