| {{ _('Year') }} | {{ _('Amount') }} | {{ _('% of Total') }} |
|---|---|---|
| {{ row.year }} | ${{ row.amount|currency }} | {% if total_budget > 0 %}{{ (row.amount / total_budget * 100)|round(1) }}%{% endif %} |
| {{ _('Not scheduled') }} | ${{ u.amount|currency }} | {% if total_budget > 0 %}{{ (u.amount / total_budget * 100)|round(1) }}%{% endif %} |
{{ _('Set spend dates on each item to assign it to a year.') }}
{{ _('No budget items yet. Add items above.') }}
{{ _('No budget items yet. Add items above.') }}
{% endif %}{{ _('No tasks available.') }} {{ _('Add tasks in the Scope section first.') }}