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

{{ template "title" . }}

{{ csrfToken }} {{ putMethod }} {{ template "select-field" .PaymentAccount }} {{ template "input-field" .Description }} {{ template "input-field" .PaymentDate }} {{ template "input-field" .Amount }} {{ template "tags-field" .Tags }}
{{- end }}