{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.editContactPage*/ -}} {{printf (pgettext "Edit Contact ā€œ%sā€" "title") .ContactName }} {{- end }} {{ define "breadcrumbs" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.editContactPage*/ -}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.editContactPage*/ -}}

{{printf (pgettext "Edit Contact ā€œ%sā€" "title") .ContactName }}

{{ csrfToken }} {{ putMethod }} {{ with .Form }}
{{ template "input-field" .Name }} {{ template "input-field" .Phone }} {{ template "input-field" .Email }} {{ template "input-field" .Web }} {{ template "tags-field" .Tags }}
{{ template "input-field" .IBAN }} {{ template "input-field" .BIC }}
{{ template "check-field" .HasTaxDetails }}
{{ template "input-field" .BusinessName }} {{ template "input-field" .VATIN }} {{ template "input-field" .Address }} {{ template "input-field" .City }} {{ template "input-field" .Province }} {{ template "input-field" .PostalCode }} {{ template "select-field" .Country }}
{{ end }}
{{- end }}