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