{{ 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 "Tags" "title" )}} {{( pgettext "Price" "title" )}}
{{ .Name }} {{- range $index, $tag := .Tags }} {{- if gt $index 0 }}, {{ end -}} {{ . }} {{- end }} {{ .Price | formatPrice }}
{{( gettext "No products added yet." )}}
{{- end }}