| Deliverable |
Description |
Duration |
Cost |
{% for item in deliverables %}
| {{ item.name }} |
{{ item.description }} |
{{ item.duration | default: "" }} |
{{ item.cost }} |
{% endfor %}
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label | default: "Tax" }}
{{ tax }}
{% endif %}
Total
{{ total }}
{% if pricing_tiers %}
{% for tier in pricing_tiers %}
{{ tier.name }}
{{ tier.price }}
{{ tier.description }}
{{ tier.label | default: "Select" }}
{% endfor %}
{% endif %}
{% for phase in timeline %}
{{ phase.name }}
{{ phase.dates }}
{% endfor %}
- Payment: {{ payment_terms | default: "50% upon acceptance, 50% upon delivery" }}
- Duration: {{ project_duration | default: "As outlined in timeline above" }}
- Revisions: {{ revisions_policy | default: "2 rounds of revisions included in each phase" }}
- Intellectual Property: {{ ip_terms | default: "All deliverables transfer to client upon final payment" }}
- Cancellation: {{ cancellation_policy | default: "14 business days written notice required" }}
{% if additional_terms %}
- {{ additional_terms }}
{% endif %}
By signing below, both parties agree to the scope, timeline, pricing, and terms outlined in this proposal. This agreement becomes 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: