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

Action Requested

Warning! Clicking continue will disassociate any and all allowed drug numbers and reduce the canister quantity to 0. Before continuing, be sure to remove all pills from the canister.

{% csrf_token %}        {% if show_canister_association != True %} {% endif %} {% if is_decommissioned != True and canister_inactive != True %}
{% elif is_decommissioned == True %}

This canister has been decommissioned!

{% elif canister_inactive == True %}

This canister is not currently active. Please make it active before associating a drug.

{% else %}

Either the rules of logic have ceased to exist or the programmer who wrote this did something wrong.

{% endif %}
{% endblock %}