{{ company_name }}
{{ company_address }}
{{ company_email }}{% if company_phone %}
{{ company_phone }}{% endif %}
Quote
{{ quote_number }}
Issued
{{ issue_date }}
Valid Until
{{ valid_until }}
Payment Terms
{{ payment_terms | default("Net 30") }}
From
{{ from_name }}
{{ from_address }}
{{ from_email }}
Prepared For
{{ client_name }}
{{ client_address }}
{{ client_email }}
{% if scope_description %}
Scope of Work
{{ scope_description }}
{% endif %} {% for item in line_items %} {% endfor %}
Item Qty Amount
{{ item.name }}
{% if item.description %}
{{ item.description }}
{% endif %}
{{ item.quantity | default("1") }} {{ item.amount }}
Subtotal {{ subtotal }}
{% if discount %}
Discount -{{ discount }}
{% endif %} {% if tax %}
{{ tax_label | default("Tax") }} {{ tax }}
{% endif %}
Total {{ total }}
{{ company_name }} {{ company_website }}