{% load static %} {% load i18n %} {{ report_title }}

{{ report_title }}

{% if has_data %}
{% block report_table %}{% endblock %}
{% if has_chart %}

{% trans 'title.report.chart' %}

{% trans 'title.report.chart' %}
{% endif %} {% else %}

{% trans 'admin.report-list-data.empty' %}

{% endif %}