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