{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.InvoicingForm*/ -}} {{( pgettext "Invoicing and Quoting" "title" )}} {{- end }} {{ define "breadcrumbs" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.InvoicingForm*/ -}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.InvoicingForm*/ -}}

{{ template "title" . }}

{{ csrfToken }} {{ template "input-field" .InvoiceNumberFormat }} {{ template "input-field" .NextInvoiceNumber }} {{ template "input-field" .QuoteNumberFormat }} {{ template "input-field" .NextQuoteNumber }} {{ template "input-field" .LegalDisclaimer }}
{{- end }}