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

Reports

The following reports are available:

{% for report in reports %}
{#...#}
{{ report.name}}

{{ report.name }}

Show Report
{% endfor %}

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

{% endblock %}