From
{{ from_name }}
{{ from_address }}
{{ from_email }}
{{ from_phone }}
Bill To
{{ bill_to_name }}
{{ bill_to_address }}
{{ bill_to_email }}
{{ bill_to_phone }}
| Description |
Qty |
Unit Price |
Amount |
{% for item in line_items %}
| {{ item.description }} |
{{ item.qty }} |
{{ item.price }} |
{{ item.amount }} |
{% endfor %}
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label }}
{{ tax }}
{% endif %}
Total Due
{{ total }}
{% if payment_info %}
Payment Details
{{ payment_info }}
{% endif %}
{% if notes %}
{% endif %}