From
{{ from_name }}
{{ from_address }}
{{ from_email }}
Prepared For
{{ client_name }}
{{ client_address }}
{{ client_email }}
{% if scope_description %}
Scope of Work
{{ scope_description }}
{% endif %}
| Item |
Qty |
Amount |
{% for item in line_items %}
|
{{ item.name }}
{% if item.description %}{{ item.description }} {% endif %}
|
{{ item.quantity | default("1") }} |
{{ item.amount }} |
{% endfor %}
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label | default("Tax") }}
{{ tax }}
{% endif %}
Total
{{ total }}
{{ company_name }}
{{ company_website }}