{% extends "dispensing-tools-container.html" %} {% load forms_extra %} {% block head %} {{ block.super }} {% endblock %} {% block sub-content %}
{% for d in day_options %} {% endfor %}
Status Filters
{% for status in status_list %} {% if status != 'NORMAL' %} {% endif %} {% endfor %}
{% for status in status_list %} {% if status != 'NORMAL' %} {% endif %} {% endfor %} {% for row in report_list %} {% for status in status_list %} {% if status != 'NORMAL' %} {% endif %} {% endfor %} {% endfor %}
Week Total Fills NORMAL {{ status }}
{{ row.week_start }} {{ row.total }} {{ row.status_percentages.NORMAL|default:0|floatformat:2 }}% {{ row.status_counts|get_item:status|default:0 }} ({{ row.status_percentages|get_item:status|default:0|floatformat:2 }}%)
{% endblock %}