{% csrf_token %} {% load humanize %}
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 }} |
No cost associated with this object
{% endif %}