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

Delete Print Zone Rule?

This will permanently delete this Print Zone Rule. Do you want to continue?

{% for rule in rule_list %} {% endfor %}
Description Printer Rule Schedule Search Order Action
{{ rule.description }} {{ rule.printer_tag }} Active {% if not rule.use_time %} all day{% else %} from {{ rule.start_time|time }} to {{ rule.stop_time|time }}{% endif %} {% if rule.use_day_of_month %}on {% for day in rule.day_of_month %}{{ day }},{% endfor %} each month {% else %}every {% if rule.day_of_week|first == 'ALL' %}day {% else %}{% for day in rule.day_of_week %}{{ day }}{% if not forloop.last %}, {% endif %} {% endfor %}{% endif %}{% endif %}    
     Use Zone Printing
{% csrf_token %}
Description: {{ edit_form.description }}
Tag: {% if add_mode %}{{ edit_form.tag }}{% else %}{{ edit_form.tag.value }} {% endif %}    Rule Order: {{ edit_form.rule_order }}    Schedules: {{ edit_form.schedules }}
Printer: {{ edit_form.printer_tag }}    Task Type: {{ edit_form.task_type_tag }}
{{ edit_form.for_new }} New    {{ edit_form.for_refill }} Refill    {{ edit_form.for_demand }} Demand    {{ edit_form.for_cycle }} Cycle
Control: {{ edit_form.for_controls }}    User Initiated: {{ edit_form.for_user_initiated }}
{{ edit_form.use_time }} Use Start and Stop Time?    Start Time {{ edit_form.start_time }}     Stop Time {{ edit_form.stop_time }}
{{ edit_form.use_day_of_week }} Use Day of Week?
{{ edit_form.day_of_week }}
{{ edit_form.use_day_of_month }} Use Day Of Month?
{{ edit_form.day_of_month }}
{{ edit_form.use_drug_name }} Use Drug Name?
Compare Letters: {{ edit_form.compare_letters }}    From: {{ edit_form.drug_name_from }}    To: {{ edit_form.drug_name_to }}
{{ edit_form.use_batch_id }} Use Batch Id?
Batch Id Compare Letters: {{ edit_form.batch_id_letters }}    From: {{ edit_form.batch_id_from }}    To: {{ edit_form.batch_id_to }}
{{ edit_form.use_print_batch_id }} Use Print Batch Id?
Print Batch Id: {{ edit_form.print_batch_id }}
{{ edit_form.facility_id }}Facility:
All
{% for fac in facility_list %} {% firstof fac.label_id fac.label_name %}
{% endfor %}
Dosage Forms:    (This is a comma separated list of host dosage forms)
{% endblock %}