{% extends "support-facility-rules-container.html" %} {% block head %} {{ block.super }} {% endblock %} {% block sub-content %} {% include 'report-table-header.html' %} {% for fac in facility_list %} {% endfor %}
{{ fac.label_id }} {{ fac.label_name }} {% for lookup in fac.lookup %}{% if not forloop.first %}; {% endif %}{{ lookup }}{% endfor %}    
{% include 'pagenav.html' %} {% endblock %}