| {{ canister.serial_number }} |
{% if show_ndc_dashes == True and canister.NDC == 'NDC' %}
{{ canister.drug_number|slice:"0:5" }}-{{ canister.drug_number|slice:"5:9" }}-XX |
{% else %}
{{ canister.drug_number }} |
{% endif %}
{{ canister.drug_name }} |
{{ canister.creation_date|date:"m/d/Y h:i:s A" }} |
{% if canister.AI == 6 %}
✔ |
{% else %}
|
{% endif %}
{{ canister.empties }} |
{{ canister.bulk_forward }} |
{{ canister.no_flow }} |
{{ canister.fill_warnings }} |
{{ canister.total_bad }} |
{{ canister.total_good }} |
{% endfor %}