{{ company_name }}
{{ company_address }}
{{ company_email }}
Proposal

{{ proposal_title }}

{{ proposal_subtitle | default("") }}
Client
{{ client_name }}
Date
{{ proposal_date }}
Valid Until
{{ valid_until }}
Reference
{{ proposal_number | default("") }}
01
Executive Summary
Project overview and objectives
{{ executive_summary }}
02
Scope & Deliverables
What we will deliver
{% for item in deliverables %} {% endfor %}
Deliverable Description Duration Cost
{{ item.name }} {{ item.description }} {{ item.duration | default("") }} {{ item.cost }}
Subtotal {{ subtotal }}
{% if discount %}
Discount -{{ discount }}
{% endif %} {% if tax %}
{{ tax_label | default("Tax") }} {{ tax }}
{% endif %}
Total {{ total }}
{% if pricing_tiers %}
03
Pricing Options
Choose the package that fits your needs
{% for tier in pricing_tiers %}
{{ tier.name }}
{{ tier.price }}
{{ tier.description }}
{{ tier.label | default("Select") }}
{% endfor %}
{% endif %}
{% if pricing_tiers %}04{% else %}03{% endif %}
Project Timeline
Estimated schedule and milestones
{% for phase in timeline %}
{{ phase.name }}
{{ phase.dates }}
{% endfor %}
{% if pricing_tiers %}05{% else %}04{% endif %}
Terms & Conditions
{% if pricing_tiers %}06{% else %}05{% endif %}
Acceptance
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: