{% include 'report-table-header.html' %} {% for itm in report_list %} {% if group_type == 'hour'%} {% elif group_type == 'day' %} {% elif group_type == 'week' %} {% elif group_type == 'month' %} {% elif group_type == 'year' %} {% endif %} {% endfor %}
{{ itm.date_rec }} {{ itm.hour|floatformat }}{{ itm.date_rec }}{{ itm.year|floatformat }} {{ itm.week|floatformat }}{{ itm.month_display }}{{ itm.year|floatformat }}{{ itm.cards_disp|floatformat }} {{ itm.seven_count|floatformat }} ({{ itm.seven_pct|floatformat:"-2" }}%) {{ itm.fourteen_count|floatformat }} ({{ itm.fourteen_pct|floatformat:"-2" }}%) {{ itm.twenty_one_count|floatformat }} ({{ itm.twenty_one_pct|floatformat:"-2" }}%) {{ itm.twenty_eight_count|floatformat }} ({{ itm.twenty_eight_pct|floatformat:"-2" }}%) {{ itm.thirty_count|floatformat }} ({{ itm.thirty_pct|floatformat:"-2" }}%) {{ itm.sixty_count|floatformat }} ({{ itm.sixty_pct|floatformat:"-2" }}%) {{ itm.ninety_count|floatformat }} ({{ itm.ninety_pct|floatformat:"-2" }}%) {{ itm.other_count|floatformat }} ({{ itm.other_pct|floatformat:"-2" }}%)