{{ define "title" -}} {{( pgettext "Products" "title" )}} {{- end }} {{ define "breadcrumbs" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productsIndexPage*/ -}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productsIndexPage*/ -}} {{ with .Products }} {{- range $product := . }} {{- end }} {{ else }} {{ end }}
{{( pgettext "All" "product" )}} {{( pgettext "Name" "title" )}} {{( pgettext "Price" "title" )}}
{{ .Name }} {{ .Price | formatPrice }}
{{( gettext "No products added yet." )}}
{{- end }}