{{ company_name }}

{{ company_address }}

INVOICE

Invoice #: {{ invoice_number }}

Date: {{ invoice_date }}

Due: {{ due_date }}

Bill To:

{{ customer_name }}

{{ customer_address }}

{% for item in items %} {% endfor %}
Description Qty Unit Price Amount
{{ item.description }} {{ item.quantity }} ${{ item.unit_price }} ${{ item.amount }}
Total: ${{ total }}