| Deliverable |
Description |
Cost |
{% for item in deliverables %}
| {{ item.name }} |
{{ item.description }} |
{{ item.cost }} |
{% endfor %}
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label | default("Tax") }}
{{ tax }}
{% endif %}
Total
{{ total }}
{% for phase in timeline %}
Phase {{ loop.index }}
{{ phase.name }}
{{ phase.dates }}
{% endfor %}
Payment Terms
{{ payment_terms | default("50% upon acceptance, 50% upon completion") }}
Project Duration
{{ project_duration | default("As outlined in timeline") }}
Revisions
{{ revisions_policy | default("2 rounds of revisions included") }}
Cancellation
{{ cancellation_policy | default("14-day notice required") }}
{% if additional_terms %}
{% endif %}
By signing below, both parties agree to the scope, timeline, pricing, and terms outlined in this proposal. This agreement is effective as of the date of the last signature.
{{ company_signer | default(company_name) }}
{{ company_signer_title | default("Provider") }}
Date:
{{ client_signer | default(client_name) }}
{{ client_signer_title | default("Client") }}
Date: