{% for itm in report_list %} {% if itm.header %} {% include 'report-table-header.html' %} {% endif %} {% if itm.printer == 'SUBTOTAL' %}
{% if group_type == 'hour'%}Group By Hour -- {{ itm.date_rec }} {{ itm.hour|floatformat }} {% elif group_type == 'day' %}Group By Day -- {{ itm.date_rec }} {% elif group_type == 'week' %}Group By Week -- {{ itm.year|floatformat }} {{ itm.week|floatformat }} {% elif group_type == 'month' %}Group By Month -- {{ itm.month_display }} {% elif group_type == 'year' %}Group By Year -- {{ itm.year|floatformat }}{% endif %}
{{ itm.printer }} {{ itm.replen_lbl_count }} {{ itm.host_rx_lbl_count }} {{ itm.rts_lbl_count }} {{ itm.rx_info_lbl_count }} {{ itm.rx_sub_lbl_count }} {{ itm.rx_aux_lbl_count }} {{ itm.total_labels }}
{% endif %} {% endfor %}