{% if rules.TMPLRULEASSIGNNET %}
Assign Network Rules
{% for rule in rules.TMPLRULEASSIGNNET %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Inherited From Action
{% if rule.inherited %} {{ rule.parent.attributes.name }} {% else %} Local {% endif %} {% if not rule.inherited %} delete {% endif %}



{% endif %}