{% extends "dashboard_app/base.html" %} {% load i18n %} {% block title %} {{ block.super }} | {% trans "Reports" %} {% endblock %} {% block breadcrumbs %}
  • {% trans "Reports" %}
  • {% endblock %} {% block content %} {% for report in report_list %} {% endfor %}
    {% trans "Report title" %} {% trans "Path of HTML file" %}
    {{ report.title }}
    {{ report.path }}
    {% endblock %}