{% if style.logo_url %} {% endif %}
{{ data.from.name }}
{% if data.from.address %}
{{ data.from.address | nl2br }}
{% endif %} {% if data.from.email %}
{{ data.from.email }}
{% endif %}
Prepared For
{{ data.to.name }}
{% if data.to.address %}
{{ data.to.address | nl2br }}
{% endif %} {% if data.to.email %}
{{ data.to.email }}
{% endif %}
Project
PROPOSAL
{% if data.document_number %}
#{{ data.document_number }}
{% endif %}
Date
{{ data.issue_date | date_format }}
{% if data.valid_until %}
Valid Until
{{ data.valid_until | date_format }}
{% endif %} {% if data.project_name %}
Project
{{ data.project_name }}
{% endif %}
{% if data.executive_summary %}
Executive Summary
{{ data.executive_summary | nl2br }}
{% endif %} {% if data.scope_items %}
Scope of Work
{% for item in data.scope_items %} {% endfor %}
Phase Description Deliverables
{% if item.phase %} {{ item.phase }} {% else %} {{ loop.index }} {% endif %} {{ item.description | default('') }} {{ item.deliverables | default('') }}
{% endif %} {% if data.timeline %}
Project Timeline
{{ data.timeline | nl2br }}
{% endif %} {% if data.line_items %}
Investment
{% if data.line_items[0] and data.line_items[0].quantity is defined %} {% endif %} {% for item in data.line_items %} {% if data.line_items[0] and data.line_items[0].quantity is defined %} {% endif %} {% endfor %}
DescriptionQty Unit PriceAmount
{{ item.description | default('') }}{{ item.quantity | default(1) }} {{ item.unit_price | currency }}{{ item.amount | currency }}
Subtotal {{ data.subtotal | currency }}
{% if data.tax_rate and data.tax_rate > 0 %}
Tax ({{ data.tax_rate | percent }}) {{ (data.tax or data.tax_amount or 0) | currency }}
{% endif %} {% if data.discount and data.discount > 0 %}
Discount -{{ data.discount | currency }}
{% endif %}
Total {{ data.total | currency }}
{% endif %} {% if data.terms %}
Terms & Conditions
{{ data.terms | nl2br }}
{% endif %}
Provider
{{ data.from.name }}
{{ data.from.title | default('Authorized Signatory') }}
Printed Name
{{ data.from.name }}

Date
{{ data.issue_date | date_format }}
Client
{{ data.to.name }}
{{ data.to.title | default('Authorized Signatory') }}
Printed Name
 

Date