| Location | {% if canister.map.all|length <= 0 %}Shelf{% else %}{% for map in canister.map.all %}{{ map.canister_position.tag }}{% endfor %}{% endif %} |
|---|---|
| Serial Number | {{ canister.serial_number }} |
| Drug Number | {% if canister.instance.authority.authority_type == 'NDC' %}{% if show_ndc_dashes == True %} {% if canister.instance.authority.drug_number|length >= 9 %}{{ canister.instance.authority.drug_number|slice:"0:5" }}-{{ canister.instance.authority.drug_number|slice:"5:9" }}-{% if canister.instance.authority.drug_number|length >= 11%}{{ canister.instance.authority.drug_number|slice:"9:11" }}{% else %}XX{% endif %} {% else %}{{ canister.instance.authority.drug_number }}{% endif %}{% else %}{{ canister.instance.authority.drug_number }}{% endif %}{% else %}{{ canister.instance.authority.drug_number }}{% endif %} |
| Drug Name | {{ 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 }} |
| Quantity | {{ canister.quantity }} |
| Current Demand | {{ canister.pill_demand }} |
| Low Level | {{ canister.low_level }} |
| Color | {{ canister.instance.color.name }} | {% if issue_message %}
| Issue | {{ issue_message }} |
| Error Code | {{ error_code }} |