{{ define "title" -}} {{printf (pgettext "Edit Product ā€œ%sā€" "title") .Name.Val }} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productForm*/ -}}

{{printf (pgettext "Edit Product ā€œ%sā€" "title") .Name.Val }}

{{ csrfToken }} {{ putMethod }} {{ template "input-field" .Name | addInputAttr "autofocus" }} {{ template "input-field" .Description }} {{ template "input-field" .Price }} {{ template "select-field" .Tax }}
{{- end }}