{% extends "base.html" %} {% block title %} » List of Local Reports {% endblock %} {% block nav %} » List of Local Reports {% endblock %} {% block content %}

Local Reports

{% for report in reports %} {% endfor %}
View Name
View {{report.name}}

Add a report

{% endblock %}