PROPOSAL
{% if cover_image %}
Cover
{% else %}
{% endif %}
{{ company_name }}
{{ proposal_title }}
{{ proposal_subtitle | default("A comprehensive service proposal tailored to your needs.") }}
Prepared For
{{ client_name }}
Date
{{ proposal_date }}
Valid Until
{{ valid_until }}
01
Executive Summary
{{ executive_summary }}
02
Scope & Deliverables
{% for item in deliverables %} {% endfor %}
Deliverable Description Cost
{{ item.name }} {{ item.description }} {{ item.cost }}
Subtotal {{ subtotal }}
{% if discount %}
Discount -{{ discount }}
{% endif %} {% if tax %}
{{ tax_label | default("Tax") }} {{ tax }}
{% endif %}
Total {{ total }}
03
Project Timeline
{% for phase in timeline %}
Phase {{ loop.index }}
{{ phase.name }}
{{ phase.dates }}
{% endfor %}
04
Terms & Conditions
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 %}
{{ additional_terms }}
{% endif %}
05
Acceptance
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: