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

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

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