{{ define "title" -}} {{( pgettext "Contacts" "title" )}} {{- end }} {{ define "breadcrumbs" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.ContactsIndexPage*/ -}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.ContactsIndexPage*/ -}}
{{ with .Filters }} {{ template "input-field" .Name }} {{ template "tags-field" .Tags | addTagsAttr (print `data-conditions="` .TagsCondition.Name `-field"`) }} {{ template "toggle-field" .TagsCondition }} {{ end }}
{{ with .Contacts }} {{- range $contact := . }} {{- end }} {{ else }} {{ end }}
{{( pgettext "Customer" "title" )}} {{( pgettext "Email" "title" )}} {{( pgettext "Phone" "title" )}} {{( pgettext "Tags" "title" )}} {{( pgettext "Actions" "title" )}}
{{ .Name }} {{ .Email }} {{ .Phone }} {{- range $index, $tag := .Tags }} {{- if gt $index 0 }}, {{ end -}} {{ . }} {{- end }}
{{( gettext "No contacts added yet." )}}
{{- end }}