{% extends 'reportapi/index.html' %} {% load i18n l10n reportapi_base cache %}{% load url from future %} {% get_current_language as LANGUAGE_CODE %} {% block breadcrumbs %} {% endblock %} {% block report_list %}

{% trans 'List of reports in section' %} «{{ section.label|title }}»

{% for report in reports %} {% endfor %}
{{ forloop.counter }} {{ report.label }}
{% endblock %}