{% if label_printed != None %}
{% if label_printed == True %}
Replenishment label has been printed on external printer.
{% else %}
No replenishment label printed. Check printer settings.
{% endif %}
{% endif %}
Canister Information
Serial Num.
Quantity
Pill Demand
Low Level
Location
Status
Use By Date
Time Left
Active
{{ canister.serial_number }}
{{ canister.quantity }}
{{ canister.pill_demand }}
{{ canister.low_level }}
{% if canister.map.all|length <= 0 %}Shelf{% else %}{% for map in canister.map.all %}{{ map.dafe.display_name }} ({{ map.canister_position.tag }}){% endfor %}{% endif %}
{{ canister.display_status.description }}
{{ canister.use_by_date|date:"m/d/Y" }}
{{ canister.use_by_date|timeuntil }}
{{ canister.active }}
{% if canister.active %}
{% if canister.instance.authority.pharmaceutical.secured or canister.pharmaceutical.secured %}
{% if canister.fill_type_allowed != 'RX' %}{% endif %}{% else %}{% if canister.fill_type_allowed != 'RX' %}{% endif %}
{% if show_replen_btn %}{% endif %}{% endif %}
{% endif %}
{% include 'info-panel-canister-fill-info.html' %}
{% include 'info-panel-drug-info.html' %}
{% include 'info-panel-replen-history.html' %}
{% include 'info-panel-canister-pending-fill-info.html' %}