{{ company_address }}
Invoice #: {{ invoice_number }}
Date: {{ invoice_date }}
Due: {{ due_date }}
{{ customer_name }}
{{ customer_address }}
| Description | Qty | Unit Price | Amount |
|---|---|---|---|
| {{ item.description }} | {{ item.quantity }} | ${{ item.unit_price }} | ${{ item.amount }} |
| Total: | ${{ total }} | ||