{% extends "report/base_report.html" %} {% load i18n %} {% block subtitle %}{{ subtitle }}{% endblock %} {% block datacycle %}{% endblock %} {% block content %} {% for group_title_data, group_data in data %} {% if forloop.counter|add:-1|divisibleby:3 %}
{% endif %} {% for index, value in group_data %} {% endfor %}
{{ group_title_data }}
{{ headline.1.0 }} {{ headline.1.1 }}
{{ value.0 }} {{ value.1 }}
{% if forloop.counter|divisibleby:3 %}
{% endif %} {% endfor %} {% endblock %} {% block style %} @page{ @bottom-right { content: "{}{{ creator }} {% trans 'monitor.created at' %} {{ create_time }} "; } } {% endblock %}