{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% for itm in report_list %} {% if itm.header %} {% include 'report-table-header.html' %} {% endif %} {% if itm.dafe != 'SUBTOTAL' %} {% else %} {% endif %} {% if itm.dafe == '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.dafe }} {{ itm.running_mins }}{% if itm.dafe != 'SUBTOTAL' %} ({{ itm.running_pct|floatformat:"-2" }}%){% endif %} {{ itm.impeded_mins }}{% if itm.dafe != 'SUBTOTAL' %} ({{ itm.impeded_pct|floatformat:"-2" }}%){% endif %} {{ itm.idle_mins }}{% if itm.dafe != 'SUBTOTAL' %} ({{ itm.idle_pct|floatformat:"-2" }}%){% endif %} {{ itm.paused_mins }}{% if itm.dafe != 'SUBTOTAL' %} ({{ itm.paused_pct|floatformat:"-2" }}%){% endif %} {{ itm.halted_mins }}{% if itm.dafe != 'SUBTOTAL' %} ({{ itm.halted_pct|floatformat:"-2" }}%){% endif %} {{ itm.sys_queue_empty_mins }}{% if itm.dafe != 'SUBTOTAL' %} ({{ itm.sys_queue_empty_pct|floatformat:"-2" }}%){% endif %} {{ itm.down_mins }}{% if itm.dafe != 'SUBTOTAL' %} ({{ itm.down_pct|floatformat:"-2" }}%){% endif %}             
{% endif %} {% endfor %}
{% include 'pagenav.html' %}
Loading Tower Story...
Exporting Tower Story...
{% endblock %}