{% extends "base.html" %} {% load form_utils_tags %} {% block title %}Reporting{% endblock %} {% block content %}

Reporting

Sections

Results

{% if run_report %}

Found {{report_groups|length}} groups:

{% for col in column_labels %}{%endfor%} {% for row in report_groups %} {% for col in row %}{% endfor %} {% endfor %}
{{col}}
{{col}}
{% else %}

No results yet. Configure your report below to get some.

{% endif %}

Configuration

{{ form|render }}
{% endblock %}