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