{{ company_name }}
.
{{ company_suffix }}
{{ company_role }}
INVOICE
Billed to
{{ bill_to_name }}
Attn: {{ bill_to_attn }}
{{ bill_to_address }}
From
{{ from_name }}
{{ from_email }}
No. / Date
{{ invoice_number }}
{{ issue_line }}
{{ due_line }}
Service
Qty
Rate
Amount
{% for item in line_items %}
{{ item.service }}
{{ item.detail }}
{{ item.qty }}
{{ item.rate }}
{{ item.amount }}
{% endfor %}
{{ terms }}
Subtotal
{{ subtotal }}
{{ tax_label }}
{{ tax }}
Amount due
{{ total }}