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

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

{% csrf_token %}
{% if show_prepack_manager %} {% endif %}
PMIS Settings
{{ setting_form.allow_automation }} Interface Dispensing On {{ setting_form.allow_bypass_printing }} Automatic Bypass Printing On
{% if showReboot %}
Site Server Shutdown/Reboot
{% else %} {% endif %}
Prepack Manager Settings
{{ setting_form.auto_add_prepacks }} Automatically Add Prepacks to Wall Inventory {{ setting_form.prepack_mgr_cycle_enabled }} Allow Cycle Rx to Remove from Prepack Wall {{ setting_form.prepack_mgr_demand_enabled }} Allow Demand Rx to Remove from Prepack Wall {{ setting_form.prepack_mgr_enabled }} Manually Enable/Disable Prepack Manager {{ setting_form.prepack_mgr_force_on }} Allow Prepack manager to work regardless of time settings
 
Cancel All in Request Queue
{% if showForcePrint %}
Print Queue Manual Release
{% endif %}
Reset Services
Clear Report Filters
{% if show_disable_lid_print_header %} {% endif %} {% if show_allow_filling %} {% endif %} {% for dafe in dafe_blister_list %} {% if show_disable_lid_print_header %} {% if dafe.dafe_type == 'U60' and dafe.can_disable_lid_print %} {% else %} {% endif %} {% endif %} {% if show_allow_filling %} {% endif %} {% endfor %}
Change Tower Parameters
Tower Blister Order ProcessingPrint Lids?Allow Filling?
{{ dafe.dafe_name }}     Print Lids?  Allow Filling?
{% for dafe in dafe_blister_list %}   {% if dafe.dafe_state is None %} {% else %} {% endif %} {% endfor %}
Tower Status
{{ dafe.dafe_name }}RUNNING{{ dafe.dafe_state }}
{% endblock %}