Invoice {{invoiceNumber}}

Date: {{invoiceDate}}

Bill to

{{customerName}}
{{customerAddress}}

{{#each items}} {{/each}}
Description Qty Unit price Amount
{{this.description}} {{this.quantity}} {{this.unitPrice}} {{this.amount}}
Total {{total}}

{{notes}}