{% include './policy_rule_address_object_row.html' with address=m2m.rule.source_address.all address_group=m2m.rule.source_address_group.all %}
{% include './policy_rule_user_object_row.html' with user=m2m.rule.source_user.all user_group=m2m.rule.source_user_group.all %}
{% include './policy_rule_zone_object_row.html' with zone=m2m.rule.source_zone %}
{% include './policy_rule_address_object_row.html' with address=m2m.rule.destination_address.all address_group=m2m.rule.destination_address_group.all %}
{% include './policy_rule_zone_object_row.html' with zone=m2m.rule.destination_zone %}
{% include './policy_rule_service_object_row.html' with service=m2m.rule.service.all service_group=m2m.rule.service_group.all %}