{{ project_name | default("Project Proposal") }}

Prepared for {{ client.name }} {% if sender %} by {{ sender.name }}{% endif %} {% if meta %} • {{ meta.proposal_date | default("") }}{% endif %}

{% if executive_summary %}

Executive Summary

{{ executive_summary }}

{% endif %}

Scope of Work

{{ scope }}

{% if out_of_scope %}

Out of Scope

{% endif %}

Our Approach

{{ approach }}

{% if why_us %}

Why {{ sender.name | default("Us") }}

{% endif %} {% if team %}

Your Team

{% for member in team %}

{{ member.name }}

{{ member.role }}

{% if member.bio %}

{{ member.bio }}

{% endif %}
{% endfor %}
{% endif %}

Deliverables

{% for d in deliverables %}

{{ loop.index }}. {{ d.name }}

{{ d.description }}

{% if d.format %} {{ d.format }} {% endif %}
{% endfor %}

Timeline

{% for phase in timeline %}
{{ phase.phase }} {{ phase.duration }}
{{ phase.description }}
{% endfor %}

Investment

{% if pricing.tiers %}
{% for tier in pricing.tiers %}
{% if tier.recommended %} Recommended {% endif %}

{{ tier.name }}

{{ tier.amount_label | default("$" ~ "{:,}".format(tier.amount)) }}

{{ tier.description }}

{% endfor %}
{% else %}

Total Investment

{{ pricing.total_label }}

{% endif %} {% if pricing.payment_schedule %}

Payment Schedule

{% for payment in pricing.payment_schedule %} {% endfor %}
Milestone Percentage Amount
{{ payment.milestone }} {{ payment.percentage }} {{ payment.amount_label }}
{% endif %}

Terms & Conditions

    {% for term in terms %}
  1. {{ term }}
  2. {% endfor %}