Section 4
Phase Timeline, Deliverables & Budget Allocation
Critical Path Items
|
Duration {{ phase.duration_weeks }} weeks |
{% if phase.owner %}
Owner {{ phase.owner }} |
{% endif %}
{% if phase.budget_allocation %}
Budget ${{ "{:,}".format(phase.budget_allocation) }} |
{% endif %}
Dependencies: {{ phase.dependencies | join("; ") }}
{% endif %}| Category | Amount | Notes |
|---|---|---|
| {{ item.category }} | ${{ "{:,}".format(item.amount) }} | {{ item.notes | default("") }} |
| TOTAL | ${{ "{:,}".format(execution.budget) }} |