{% extends 'reportapi/index.html' %} {% load i18n l10n reportapi_base %}{% load url from future %} {% block report_list %} {% trans 'List of reports in section' %} «{{ section.label }}»
{% for report in reports %}

{{ report.label }}

{% trans 'Create new' %}

{% endfor %}
{% endblock %}