{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.PaymentForm*/ -}} {{( pgettext "New Payment" "title" )}} {{- 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 }} {{ template "select-field" .PaymentAccount }} {{ template "input-field" .Description }} {{ template "input-field" .PaymentDate }} {{ template "input-field" .Amount }} {{ template "tags-field" .Tags }}
{{- end }}