{% if company_logo %}
{{ company_name }}
{% endif %}
{{ company_name }}
{{ company_address }}
{{ company_email }}
Invoice
{{ invoice_number }}
Issue Date
{{ issue_date }}
Due Date
{{ due_date }}
Terms
{{ payment_terms }}
Status
{{ status }}
From
{{ from_name }}
{{ from_address }}
{{ from_email }}
{{ from_phone }}
Bill To
{{ bill_to_name }}
{{ bill_to_address }}
{{ bill_to_email }}
{{ bill_to_phone }}
{% for item in line_items %} {% endfor %}
Description Qty Unit Price Amount
{{ item.description }} {{ item.qty }} {{ item.price }} {{ item.amount }}
Subtotal {{ subtotal }}
{% if discount %}
Discount -{{ discount }}
{% endif %} {% if tax %}
{{ tax_label }} {{ tax }}
{% endif %}
Total Due {{ total }}
{% if payment_info %}
{{ payment_info }}
{% endif %} {% if notes %}
{{ notes }}
{% endif %}