{{- range $invoice := .Invoices }} {{ $title := .Number | printf (pgettext "Select invoice %v" "action") }} {{ .Date|formatDate }} {{ .Number }} {{ .CustomerName }} {{- $title = .Number | printf (pgettext "Download invoice %s" "action") -}} {{ .Total|formatPrice }} {{- end }} {{ template "pagination" .Filters.Cursor | colspan 7 }}