{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Report" %}: {{ report.get_title }}{% endblock %} {% block body_class %}report {{ report.slug }}{% endblock %} {% block head_extra %} {{ block.super }} {% if chart %} {% endif %} {% endblock %} {% block content %} {% include "model_report/includes/report_title.html" %} {% include "model_report/includes/form_report.html" %} {% if report_rows %}
{% include "model_report/includes/report_chart.html" %} {% if report_anchors %} {% endif %} {% include "model_report/includes/report_table.html" %}
{% endif %} {% endblock %}