{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {% for rule in rule_list %} {% endfor %}
Description Rule Schedule Search Order Active Action
{{ rule.description }} 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 %}        
{% csrf_token %}
Description: {{ edit_form.description }}      {{ edit_form.active }} Active?
Search Order: {{ edit_form.search_order }}
Rule Conditions
Quantity: {{ edit_form.quantity }}    Quantity Comparison Type: {{ edit_form.compare_quantity }}
Days Supply: {{ edit_form.day_supply }}    Days Supply Comparison Type: {{ edit_form.compare_day_supply }}
Number of Packages Limit: {{ edit_form.num_pkgs_limit }}
{{ 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_queue_limit }} Use Queue Limit?    Queue Limit {{ edit_form.queue_limit }}
{{ edit_form.use_test_will_dose_fit }} Use Test if Dose Will Fit?    {{ edit_form.test_will_dose_fit }} Test if Dose Will Fit
{{ edit_form.use_check_batch_type }} Use Check Batch Type?    {{ edit_form.check_batch_type_cycle }} Test if request is Cycle
{{ edit_form.use_pharmrule_batch_id }} Use Pharm. Rule Batch Id?    Batch Id {{ edit_form.pharmrule_batch_id }}
Rule Actions
{{ edit_form.allow_processing }} Allow Processing?     {{ edit_form.allow_automation_fill }} Allow Automation Fill?    {{ edit_form.check_new }} Apply to New Scripts Only?
{{ edit_form.change_priority }} Set Priority?    Priority Value: {{ edit_form.request_priority }}
Request Type: {{ edit_form.request_type }}
{% endblock %}