{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %}
Canister Information
Scan Canister Barcode: {{ inv_adj_form.canister_barcode }}    
{% if current_drug %} {% endif %}
Drug Information
{{ 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 %}
{% if show_btn_zero == False %} {% endif %} {% if show_btn_zero == False %} {% else %} {% endif %}
Canister Quantity Adjustment
Current Canister Quantity: {{ current_qty }} {% if max_can_quantity %}
Max Canister Quantity: {{ max_can_quantity }} {% endif %}
+/- Quantity Adjustment: {{ inv_adj_form.qty_adjust }} = New Canister Quantity: {{ inv_adj_form.new_canister_qty }}
{% endblock %}