{% extends "site.html" %} {% load forms_extra %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}

Expiration Date entered is less than 6 months away. Are you sure you want to continue?

{% csrf_token %} {% if function_error %}
  • {{ function_error }}
{% endif %} {% if enforce_max_per_canister%} {% endif %} {% if current_drug %}{% if current_drug.dusty_drug %}
  • This canister contains a drug that requires cleaning of the ramp for every replenishment. Please clean the canister ramp and click Canister Has Been Cleaned checkbox below to acknowledge.
{% endif %}{% endif %}
Canister Information
Scan Canister Barcode: {{ replen_form.canister_barcode }}     {% if expired %}    Canister Has Expired!{% endif %}
Low Level: {{ low_level }} Quantity / Pending: {{ canister_qty }} / {{ canister_demand }} {% if allow_reset_ran_empty %}{% if current_drug %}{{ replen_form.reset_ran_empty }}  Reset "Ran Empty"{% else %} {% endif %}{% else %} {% endif %} {% if force_canister_empty %} {% else %}{{ replen_form.canister_empty }}{% endif %}  Canister is Completely Empty
{% if current_drug %} {% if current_drug.instance_id is not defined %} {% if current_drug.max_canister_quantity %} {% endif %} {% else %} {% endif %} {% else %}
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 %}
{{ 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 %}
 Max per Canister: {{current_drug.max_canister_quantity}}
{{ 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 %}
{% for inst in drug_info %} {% endfor %}
Select a Drug Instance for {{ pharm_canister.0.drug_name }} {{ pharm_canister.0.strength }} {{ pharm_canister.0.unit }} {{ pharm_canister.0.form }}
  Drug Number Manufacturer Color Shape Front Back
{% if drugnum_type == 'NDC' %}{{ inst.drug_number|slice:"0:5" }}-{{ inst.drug_number|slice:"5:9" }} {% else %}{{ inst.drug_number }}{% endif %} {{ inst.manufacturer }} {{ inst.color }} {{ inst.shape }} {{ inst.front_imprint }} {{ inst.back_imprint }}
{% endif %}
{% if current_replen_info %}
{% for replen in current_replen_info %} {% endfor %}
Current Replenishment Info
Replenishment Date Lot Exp. Date Quantity Tech Initials Rph Initials
{{ replen.replenishment_date|date:"m/d/Y h:i:s A" }} {{ replen.lot }} {{ replen.lot_expiration|date:"m/Y" }} {{ replen.quantity }} {% if replen.user_replen %}{% if replen.user_replen.initials != 'UNK' %}{{ replen.user_replen.initials }}{% endif %}{% endif %} {% if replen.user_check %}{% if replen.user_check.initials != 'UNK' %}{{ replen.user_check.initials }}{% endif %}{% endif %}
{% endif %}
{{ stock_bottle_form.management_form }} {% if show_pack_barcode %} {% else %} {% endif %} {% for sbform in stock_bottle_form %} {% if show_pack_barcode %} {% else %} {% endif %} {% if forloop.counter > 1 %} {% else %} {% endif %} {% endfor %} {% if user_entry != 'NONE' %} {% if user_entry == 'TECH' or user_entry == 'BOTH' %} {% if user_entry == 'TECH' %}{% endif %} {% endif %} {% if user_entry == 'RPH' or user_entry == 'BOTH' %} {% if user_entry == 'TECH' %}{% endif %} {% endif %} {% else %} {% endif %}
Stock Bottle Information
BarcodeDrug Number Quantity Lot Expiration    
{{ sbform.stock_bottle_barcode }}{{ sbform.quantity }} {{ sbform.lot }} {{ sbform.exp_date_month }}  /  {{ sbform.exp_date_year }}  
Tech: {{ replen_form.replen_tech }}RPh: {{ replen_form.replen_rph }}  
{% endblock %}