{% 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 %} {% cache 1 report_list section.name request.user.id LANGUAGE_CODE '1' %}

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

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