{% extends "facility-rules-container.html" %} {% block head %} {{ block.super }} {% endblock %} {% block sub-content %}

Action Requested

Setting a rule to all facilities will remove any specific facilities you have selected for this rule. Do you want to continue?

{% csrf_token %} {% include 'report-table-header.html' %} {% for rule in pharm_rule_list %} {% endfor %} {% for rule in pharm_rule_list %} {% endfor %} {% for fac in facility_rep_list %} {% for rule in pharm_rule_list %} {% endfor %} {% endfor %}
{{ rule.description }} {% if current_sort|slice:"5:" == rule.id|slugify %}{% elif current_sort|slice:"6:" == rule.id|slugify %}{% endif %}
ALL FACILITIES
{{ fac.facitm.label_id }} {{ fac.facitm.label_name }} {% for lookup in fac.lookup %}{{ lookup }}{% if not forloop.first %}; {% endif %}{% endfor %}
{% include 'pagenav.html' %} {% endblock %}