{% include 'report-table-header.html' %} {% for canister in report_list %} {% if show_distribution_number %} {% endif %} {% endfor %}
{{ canister.serial_number }} {{ canister.replen_date|date:"m/d/Y h:i:s A" }} {{ canister.drug_number}} {{ canister.drug_name }}{{ canister.distribution_number }}{{ canister.drug_manufacturer }} {{ canister.location }} {% if canister.dafe_name %}({{ canister.dafe_name }}){% endif %} {{ canister.stock_bottle_qty }} {{ canister.pill_cost|floatformat:2 }} {{ canister.quantity|floatformat }} {{ canister.disp_quantity|floatformat }} {{ canister.last_disp_date|date:"m/d/Y h:i:s A" }} {{ canister.replen_exp_date|date:"m/d/Y" }} {% for itm in canister.lot_list %}{{ itm.lot }} -- {{ itm.exp }}
{% endfor %}