{% extends "dispensing-tools-container.html" %} {% load humanize %} {% block head %} {{ block.super }} {% endblock %} {% block sub-content %}
{% for d in day_options %} {% endfor %}
{% for row in report_list %} {% endfor %}
Drug Name Drug Name Total Pills Total Frames Time Taken % Pills % Frames Frame to Pill Ratio
{{ row.display_drug_number }} {{ row.drug_name }} {{ row.pills|intcomma }} {{ row.frames|intcomma }} {{ row.duration }} {{ row.pill_pct|floatformat:2 }}% {{ row.frame_pct|floatformat:2 }}% {{ row.ratio|floatformat:2 }}
{% endblock %}