{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {{ report_title }} {% include "slick_reporting/print_report_controls.html" %} {% include "slick_reporting/print_report_header.html" %}

{{ report_title }}

{% for header in headers %}{% endfor %} {% for row in rows %} {% for cell in row %}{% endfor %} {% endfor %}
{{ header }}
{{ cell }}
{% include "slick_reporting/print_report_footer.html" %}