{% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% load plugins %}
Assign Policy Rule Index
{% csrf_token %} {% include 'nautobot_firewall_models/inc/policyrule_tablehead.html' with parent_policy=True %} {% for m2m in object.policyrulem2m_set.all %} {% include 'nautobot_firewall_models/inc/policy_rules_tablerow_edit.html' with m2m=m2m parent_policy=True %} {% endfor %}