{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% if error_msg %}
  • {{ error_msg }}
{% endif %}
Canister Information
Scan Canister Barcode: {{ unattn_can_form.canister_barcode }}    
{% if show_form %}
Canister Information
Serial Num. Quantity Pill Demand Low Level Location Status 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.active }} {% if canister.active %} {% if canister.instance.authority.pharmaceutical.secured or canister.pharmaceutical.secured %} {% else %} {% if show_replen_btn %}{% endif %}{% endif %} {% endif %}

{% include 'info-panel-canister-fill-info.html' %} {% include 'info-panel-drug-info.html' %}
{% if show_unattn_btn %}
Check the canister for issues and check canister ramp before clearing attention status
{% else %}
Canister is currently not in an Attention status. No action needed.
 
{% endif %} {% endif %}
{% endblock %}