{{ brand_initial }}
{{ company_name }}
{{ company_tagline }}
Invoice
{{ invoice_number }}
Billed to
{{ bill_to_name }}
{{ bill_to_email }}
Period
{{ period }}
{{ period_detail }}
Issued
{{ issue_date }}
{{ due_detail }}
Service
Hours
Rate
Amount
{% for item in service_items %}
{{ item.description }}
{{ item.detail }}
{{ item.hours }}
{{ item.rate }}
{{ item.amount }}
{% endfor %}
{{ terms }}
Subtotal
{{ subtotal }}
Tax
{{ tax }}
Amount due
{{ total }}