{{ define "title" -}} {{( pgettext "New Product" "title" )}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productForm*/ -}} {{( pgettext "Home" "title" )}} / {{( pgettext "Products" "title" )}} / {{( pgettext "New Product" "title" )}} {{(pgettext "New Product" "title")}} {{ csrfToken }} {{ template "input-field" .Name | addInputAttr "autofocus" }} {{ template "input-field" .Description }} {{ template "input-field" .Price }} {{ template "select-field" .Tax }} {{( pgettext "New product" "action" )}} {{- end }}
{{( pgettext "Home" "title" )}} / {{( pgettext "Products" "title" )}} / {{( pgettext "New Product" "title" )}}