| {{ canister.serial_number }} |
{% if drugnum_type == 'NDC' and show_ndc_dashes and full_ndc and canister.pack_code %}
{% if canister.instance__authority__drug_number|length >= 9 %}
{{ canister.instance__authority__drug_number|slice:"0:5" }}-{{ canister.instance__authority__drug_number|slice:"5:9" }}-{{ canister.pack_code }}{% else %}{{ canister.formatted_drugnum }}{% endif %}
{% else %}{{ canister.formatted_drugnum }}{% endif %} |
{{ canister.instance__authority__pharmaceutical__drug_name__label_name }}
{{ canister.instance__authority__pharmaceutical__strength__label_name }}
{{ canister.instance__authority__pharmaceutical__unit__label_name }}
{{ canister.instance__authority__pharmaceutical__form__label_name }} |
{% if canister.map__dafe__display_name %}{{ canister.map__canister_position__tag }} ({{ canister.map__dafe__display_name }}){% else %}Shelf{% endif %} |
{% if canister.barcode_status == True %}Ok{% else %}Bad{% endif %} |
{% if canister.regmark_status == True %}Ok{% else %}Bad{% endif %} |
{% if canister.inventory_discrepancy == False %}No{% else %}Yes{% endif %} |
{% if canister.ran_empty == False %}No{% else %}Yes{% endif %} |
{% if canister.pill_signature == False %}No{% else %}Yes{% endif %} |
{{ canister.status__description }}
|
{% endfor %}