{{ proposal.client_name or "—" }}
{{ proposal.subtitle or "—" }}
{{ _('Map powered by GeoLibre') }} — Wu, Q. (2026). GeoLibre: A lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. Zenodo. https://doi.org/10.5281/zenodo.20785400
| {{ _('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 }} | ||
| {{ _('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 %} |