{% trans "Reports" %}
-
{% for rep in reports %}
- {{ rep.verbose_name }} {% endfor %}
{% extends "admin/base_site.html" %} {% load i18n %} {% load url from future %} {% load static from staticfiles %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block bodyclass %}sirep-list{% endblock %} {% block content %} {% endblock %}