{% extends "dashboard_app/_content.html" %} {% load i18n %} {% block content %} {% for report in report_list %} {% endfor %}
{% trans "Report title" %} {% trans "Author" %}
{{ report.title }} {{ report.author|default_if_none:"unspecified" }}
{% endblock %}