Executive Summary
{{ data.executive_summary | nl2br }}
Scope of Work
| Phase | Description | Deliverables |
|---|---|---|
| {% if item.phase %} {{ item.phase }} {% else %} {{ loop.index }} {% endif %} | {{ item.description | default('') }} | {{ item.deliverables | default('') }} |
Project Timeline
{{ data.timeline | nl2br }}
Investment
| Description | {% if data.line_items[0] and data.line_items[0].quantity is defined %}Qty | Unit Price | {% endif %}Amount |
|---|---|---|---|
| {{ item.description | default('') }} | {% if data.line_items[0] and data.line_items[0].quantity is defined %}{{ item.quantity | default(1) }} | {{ item.unit_price | currency }} | {% endif %}{{ 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 }}
Terms & Conditions
{{ data.terms | nl2br }}
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