{% extends "admin/change_list.html" %} {% load humanize %} {% block result_list %}
{% for row in summary %} {% endfor %}
{{ row }}
{% endblock %}