{{ define "title" -}} {{( pgettext "Invoices" "title" )}} {{- end }} {{ define "breadcrumb" -}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/invoice.invoiceIndex*/ -}}
{{( pgettext "Add invoice" "action" )}}{{( pgettext "All" "invoice" )}} | {{( pgettext "Date" "title" )}} | {{( pgettext "Invoice Num." "title" )}} | {{( pgettext "Customer" "title" )}} | {{( pgettext "Status" "title" )}} | {{( pgettext "Download" "title" )}} | {{( pgettext "Amount" "title" )}} | ||
---|---|---|---|---|---|---|---|---|
{{ .Date|formatDate }} | {{ .Number }} | {{ .CustomerName }} | {{- $title = .Number | printf (pgettext "Download invoice %s" "action") -}} | ⤓ | {{ .Total|formatPrice }} | |||
{{( gettext "No invoices added yet." )}} | ||||||||
{{( gettext "Total" )}} | {{ .TotalAmount|formatPrice }} |