| {{ canister.canister__serial_number }} |
{% if drugnum_type == 'NDC' and show_ndc_dashes and full_ndc and canister.replenishment__packaging__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.replenishment__packaging__pack_code }}{% else %}{{ canister.formatted_drug_number }}{% endif %}
{% else %}{{ canister.formatted_drug_number }}{% 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 }} |
{{ canister.disp_qty|floatformat }} |
{% endfor %}