{% include 'nautobot_firewall_models/inc/policyrule_tablehead.html' with parent_policy=True %}
{% for rule in object.policy_rules.all %}
{% include 'nautobot_firewall_models/inc/policy_rules_tablerow.html' with rule=rule parent_policy=True %}
{% endfor %}