{{ define "title" -}} {{( pgettext "New Product" "title" )}} {{- end }} {{ define "breadcrumbs" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productForm*/ -}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productForm*/ -}}

{{(pgettext "New Product" "title")}}

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