{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}

{% csrf_token %}
Print Queue Sort Rule: {{ edit_form.print_queue_sort }}
Sort Order: {{ edit_form.sort_order }}     {{ edit_form.active }} Active?
{{ edit_form.facility_id_list }}Facility List:
{% for fac in facility_list %} {% firstof fac.label_id fac.label_name %}
{% endfor %}
{% endblock %}