Prepared For
{{ client_name }}
{{ client_address }}
{{ client_email }}
Project
{{ project_name }}
{{ project_description | default("") }}
{% if scope_summary %}
Scope of Work
{{ scope_summary }}
{% endif %}
| Service / Item |
Description |
Qty |
Unit Price |
Amount |
{% for item in line_items %}
|
{{ item.service }}
{% if item.note %} {{ item.note }} {% endif %}
|
{{ item.description | default("") }} |
{{ item.quantity }} |
{{ item.unit_price }} |
{{ item.amount }} |
{% endfor %}
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label | default("Tax") }}
{{ tax }}
{% endif %}
Total
{{ total }}
This quote is valid until {{ valid_until }}. Pricing may change after this date.
{% if terms %}
Terms & Conditions
{{ terms }}
{% endif %}
Authorized By (Provider)
Signature & Date
Printed Name
Accepted By (Client)
Signature & Date
Printed Name