Invoice
Billed to
{{ bill_to_name }}
{{ bill_to_detail }}
Event
{{ event_name }}
{{ event_detail }}
Invoice
{{ invoice_number }}
{{ invoice_dates }}
ItemQtyEachAmount
{% for item in line_items %}
{{ item.description }}
{{ item.detail }}
{{ item.qty }}{{ item.each }}{{ item.amount }}
{% endfor %}
{{ note }}
Subtotal{{ subtotal }}
{{ service_label }}{{ service_amount }}
Total due{{ total }}