{% extends "base-print.html" %} {% load i18n %} {% block title %}{% trans "Report" %}: {{ report.get_title }}{% endblock %} {% block body_classes %}report {{ report.slug }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %} {% 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 %} {% block extra_body %} {{ block.super }} {% if chart %} {% endif %} {% endblock %}