Drug
Information - {% if current_drug %}{% if drugnum_type == 'NDC' %}{{ current_drug.drug_number|slice:"0:5" }}-
{{ current_drug.drug_number|slice:"5:9" }}{% else %}{{ current_drug.drug_number }}{% endif %}{% endif %}
{% if current_drug %}
{% if current_drug.instance_id is not defined %}
| {{ current_drug.drug_name }} {{ current_drug.strength }} {{ current_drug.unit }} {{ current_drug.form }} |
{% if current_drug.shape or current_drug.color %}
({{ current_drug.shape }}, {{ current_drug.color }}){% endif %} |
| {{ current_drug.manufacturer }} |
{% if current_drug.front_imprint or current_drug.back_imprint %}
{{ current_drug.front_imprint }},
{{ current_drug.back_imprint }}{% endif %} |
{% if current_drug.max_canister_quantity %}
Max per Canister: {{current_drug.max_canister_quantity}} |
{% endif %}
{% else %}
| {{ current_drug.drug_name }} {{ current_drug.strength }} {{ current_drug.unit }} {{ current_drug.form }} |
{% if current_drug.shape or current_drug.color %}
({{ current_drug.shape }}, {{ current_drug.color }}){% endif %} |
{% endif %}
{% else %}
{% endif %}