{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% if scan_error_msg %}
  • {{ scan_error_msg }}
{% endif %} {% if scan_warn_msg %}

{{ scan_warn_msg }}

{% endif %}
Broken Canister Scan
Scan Broken Canister Barcode: {{ transfer_form.canister_barcode }} {% if show_new_scan == False %} {% endif %}    
New Canister Scan
Scan New Canister Barcode: {{ transfer_form.new_canister_barcode }} {% if show_form == False %} {% endif %}
{% if show_form %}
Canister Transfer Details
Transferring Canister Info for Canister {{ transfer_form.canister_barcode.value }} to Canister {{ transfer_form.new_canister_barcode.value }}.
!!!NOTE!!! This transfer is permanent and the old canister will be decommissioned and permanently unusable in our system. If you are absolutely sure you wish to continue, click the transfer canister button below.
{% include 'info-panel-drug-info.html' %} {% include 'info-panel-replen-history.html' %} {% include 'info-panel-canister-pending-fill-info.html' %} {% endif %}
{% endblock %}