{{ define "title" -}}
{{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.PaymentForm*/ -}}
{{- if eq .Type.Value "P" -}}
{{ printf ( pgettext "Edit Payment ā%sā" "title" ) .Description }}
{{- else -}}
{{ printf ( pgettext "Edit Collection ā%sā" "title" ) .Description }}
{{- end -}}
{{- end }}
{{ define "breadcrumbs" -}}
{{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.PaymentForm*/ -}}
{{- end }}
{{ define "content" }}
{{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.PaymentForm*/ -}}
{{- end }}