{% extends "admin/change_list.html" %} {% block content_title %}

Billing Summary

{% endblock %} {% load humanize %} {% block result_list %}
{% for row in summary %} {% endfor %}
{{ row.project__name }} {{ row.total_transactions | intcomma }} {{ row.total_assets | default:0 | intcomma }}
Total {{ summary_total.total_transactions | intcomma }}
{% endblock %} {% block pagination %} {% endblock %}