{{ define "title" -}} {{( pgettext "New Product" "title" )}} {{- end }} {{ define "breadcrumbs" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productForm*/ -}} {{( pgettext "Home" "title" )}} / {{( pgettext "Products" "title" )}} / {{( pgettext "New Product" "title" )}} {{- 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 }} {{( pgettext "Save" "action" )}} {{- end }}
{{( pgettext "Home" "title" )}} / {{( pgettext "Products" "title" )}} / {{( pgettext "New Product" "title" )}}