{{ proposal.client_name or "—" }}
{{ proposal.subtitle or "—" }}
| Item | Cost/Unit | Units | Total |
|---|---|---|---|
| {{ task.name }} | {{ ns.total|currency }} | ||
| {{ item.name }} | {{ item.cost_per_unit|currency }} | {{ item.units|currency }} | {{ (item.cost_per_unit * item.units)|currency }} |
| Subtotal | {{ total_budget|currency }} | ||
| Indirect ({{ "%.0f"|format(indirect_percent) }}%) | {{ indirect_amount|currency }} | ||
| Total | ${{ total_with_indirect|currency }} | ||