{% extends "base.html" %} {% block title %} » List of Local Reports {% endblock %} {% block nav %} List of Local Reports {% endblock %} {% block content %} {% for report in reports %} {% endfor %}
Local Reports
View Name
View {{report.name}}
Add a report
{% endblock %}