{% csrf_token %} {% load humanize %}

Costs

{% if cost_permissions > 1 %}
{{ cost_information_form.cost_description }}
{{ cost_information_form.cost_amount }}
{% endif %} {% if cost_zip_results %} {% for row, running_total in cost_zip_results %} {% endfor %}
Item Cost Running Total Delete
{{ row.cost_description }} {{ row.cost_amount|intcomma }} {{ running_total|intcomma }} {% if cost_permissions > 1 %} {% if row.project_id %} Remove Cost {% else %} Remove Cost {% endif %} {% endif %}
GRAND TOTAL {{ grand_total }}
{% else %}

No cost associated with this object

{% endif %}