{% extends 'base.html' %} {% block content %}

Reports

The following reports are available:

{% for report_name, report in reports.items() %}
{#...#}
{{ report_name}}

{{ report_name }}

Show Report
{% endfor %}

If you would like to see additional reports, please contact your Phablytics administrator, {{ admin_username }}.

{% endblock %}