{% extends "facility-rules-container.html" %} {% block head %} {{ block.super }} {% endblock %} {% block sub-content %}
{% for interface in interface_list %} {% endfor %}
Interface
Interface Use Interface Package Default Package Tag
{{ interface.display_name }}

{% for pharm in pharmacy_list %} {% endfor %}
Pharmacy
Pharmacy Use Facility Package Default Package Use Facility Multidose Package Multidose Package Allowed Packages
{{ pharm.display_name }}

{% csrf_token %} {% include 'report-table-header.html' %} {% for fac in facility_list %} {% endfor %}
Facility
{{ fac.label_id }} {{ fac.label_name }} {% for lookup in fac.lookup %}{% if not forloop.first %}; {% endif %}{{ lookup }}{% endfor %}
{% include 'pagenav.html' %}
Loading Facility Allowed Package Data...
{% endblock %}