{% if group_type == 'hour'%}
| {{ itm.date_rec }} |
{{ itm.hour|floatformat }} |
{% elif group_type == 'day' %}
{{ itm.date_rec }} |
{% elif group_type == 'week' %}
{{ itm.year|floatformat }} |
{{ itm.week|floatformat }} |
{% elif group_type == 'month' %}
{{ itm.month_display }} |
{% elif group_type == 'year' %}
{{ itm.year|floatformat }} |
{% endif %}
{{ 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" }}%) |
{% endfor %}