{{ company_name }}
{{ company_tagline }}
Invoice
{{ invoice_number }}
Issued {{ issue_date }}
Service Property
{{ site_name }}
{{ site_address }}
Season
{{ service_season }}
Service Date
{{ service_date }}
Care Plan
{{ service_plan }}
Crew Lead
{{ crew_lead }}
Payment Due
{{ due_date }}
Tended By
{{ from_name }}
{{ from_address }}
{{ from_email }}  ·  {{ from_phone }}
Billed To
{{ bill_to_name }}
{{ bill_to_address }}
{{ bill_to_email }}  ·  {{ bill_to_phone }}
Grounds & Care Services
{{ services_subtotal }}
Service Qty Rate Amount
{% for item in service_items %}
{{ item.description }}{{ item.detail }} {{ item.qty }} {{ item.rate }} {{ item.amount }}
{% endfor %}
Plants, Soil & Materials
{{ materials_subtotal }}
Material Qty Unit Amount
{% for item in material_items %}
{{ item.description }}{{ item.detail }} {{ item.qty }} {{ item.unit }} {{ item.amount }}
{% endfor %}
Establishment & Payment
{{ notes }}
Services{{ services_subtotal }}
Materials{{ materials_subtotal }}
{{ tax_label }}{{ tax }}
Total Due {{ total }}