{{ define "title" -}} {{( pgettext "Contacts" "title" )}} {{- end }} {{ define "content" }} {{( pgettext "New contact" "action" )}} {{ with .Contacts }} {{- range $tax := . }} {{- end }} {{ else }} {{ end }}
{{( pgettext "All" "contact" )}} {{( pgettext "Customer" "title" )}} {{( pgettext "Email" "title" )}} {{( pgettext "Phone" "title" )}}
{{ .Name }} {{ .Email }} {{ .Phone }}
{{( gettext "No contacts added yet." )}}
{{- end }}