| {{ canister.serial_number }} |
{{ canister.replen_date|date:"m/d/Y h:i:s A" }} |
{{ canister.drug_number}} |
{{ canister.drug_name }} |
{% if show_distribution_number %}
{{ canister.distribution_number }} |
{% endif %}
{{ 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 %} |
{% endfor %}