{% include './policy_rule_address_object_row.html' with nat=True address=nat_rule.original_source_addresses.all address_group=nat_rule.original_source_address_groups.all %}
{% include './policy_rule_service_object_row.html' with nat=True service=nat_rule.original_source_services.all service_group=nat_rule.original_source_service_groups.all %}
{% include './policy_rule_address_object_row.html' with nat=True address=nat_rule.original_destination_addresses.all address_group=nat_rule.original_destination_address_groups.all %}
{% include './policy_rule_service_object_row.html' with nat=True service=nat_rule.original_destination_services.all service_group=nat_rule.original_destination_service_groups.all %}
{% include './policy_rule_address_object_row.html' with nat=True address=nat_rule.translated_source_addresses.all address_group=nat_rule.translated_source_address_groups.all %}
{% include './policy_rule_service_object_row.html' with nat=True service=nat_rule.translated_source_services.all service_group=nat_rule.translated_source_service_groups.all %}
{% include './policy_rule_address_object_row.html' with nat=True address=nat_rule.translated_destination_addresses.all address_group=nat_rule.translated_destination_address_groups.all %}
{% include './policy_rule_service_object_row.html' with nat=True service=nat_rule.translated_destination_services.all service_group=nat_rule.translated_destination_service_groups.all %}
{% include './policy_rule_zone_object_row.html' with zone=nat_rule.source_zone %}
{% include './policy_rule_zone_object_row.html' with zone=nat_rule.destination_zone %}