{% load i18n model_report %} {% for column_label in column_labels %} {% endfor %} {% for gruper, rows in report_rows %} {% if gruper %} {% endif %} {% for row in rows %} {% for value in row %} {% endfor %} {% if report_inlines and row.is_value %} {% for inline in report_inlines %} {% model_report_render_inline inline row %} {% endfor %} {% endif %} {% endfor %} {% empty %} {% endfor %}
{{ column_label }}

{% if not report.onlytotals and not rows.0.is_report_totals and not report.is_export %} - {% endif %} {{ gruper|default_if_none:_('Results') }}

{% if report_anchors and not report.parent_report %}{% trans "Go up" %}{% endif %}
{{ value|safe }}
{% trans "This query has no results" %}