{% extends "reporting/base.html" %} {% block content %}{{ block.super }} {% for report in reports %} {% ifchanged report.app_label %}

{{ report.app_label }}

{% endifchanged %} {% ifchanged report.model_label %} {{ report.model_label }}
{% endifchanged %} {{ report.report.title }}
{% endfor %} {% endblock content %}