{% extends "base.html" %} {% block main_content_body %}
{% for r in reports %} {% endfor %}
{{ loop.index }} {{ r }}
{% endblock %}