{% load humanize %} {% if spending.error %} {{ spending.error }} {% endif %}
Account: {{ account.1 }} | |||||
Application: {{ application.1 }} | {% if application.0 in spending.user_pi_applications %} ${{ spending.application_totals|get_item:application.0|floatformat:2|intcomma }} {% endif %} | ||||
Project: {{ project.1 }} | |||||
{{ user.1.get_full_name }} | ${{ amount|floatformat:2|intcomma }} | ||||
Project total | ${{ spending.project_totals|get_item:project.0|floatformat:2|intcomma }} |