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

Action Requested

Setting a rule to all pharmaceuticals will remove any specific pharmaceuticals 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 pharm in pharm_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 PHARMACEUTICALS
{{ pharm.drug_name }} {{ pharm.schedule }}
{% include 'pagenav.html' %} {% endblock %}