{% if rules.TMPLRULEFLUSHASSOC %}
Flush Associations Rules
{% for rule in rules.TMPLRULEFLUSHASSOC %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Included association types Excluded association types Inherited From Action
{{ rule.include }} {{ rule.exclude }} {% if rule.inherited %} {{ rule.parent.attributes.name }} {% else %} Local {% endif %} {% if not rule.inherited %} delete {% endif %}



{% endif %}