{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} Back To Facility Management

 

{% csrf_token %} {{ sub_rule_form.management_form }} {% for frm in sub_rule_form %} {% if sub_rule_form.can_delete %} {% else %} {% endif %} {% endfor %}
Wing Floor Room Bed Process Auto Fill Manual Fill Bypass mPAQ Per Diem Active Delete
{{ frm.id }}{{ frm.wing }} {{ frm.floor }} {{ frm.room }} {{ frm.bed }} {{ frm.allow_processing }} {{ frm.allow_automation_fill }} {{ frm.allow_manual_fill }} {{ frm.allow_bypass }} {{ frm.allow_mprint }} {{ frm.allow_per_diem_cards }} {{ frm.active }}{{ frm.DELETE }} 
      
{% csrf_token %}
Wing: {{ add_sub_rule_form.wing }} Floor: {{ add_sub_rule_form.floor }}
Room: {{ add_sub_rule_form.room }} Bed: {{ add_sub_rule_form.bed }}
{{ add_sub_rule_form.allow_processing }} Allow Processing? {{ add_sub_rule_form.allow_automation_fill }} Allow Automation Fill?
{{ add_sub_rule_form.allow_manual_fill }} Allow Manual Fill? {{ add_sub_rule_form.allow_bypass }} Allow Bypass?
{{ add_sub_rule_form.allow_mprint }} Allow mPAQ? {{ add_sub_rule_form.allow_per_diem_cards }} Allow Per Diem Cards?
{% endblock %}