{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Device | {% if object.routing_instance and object.routing_instance.device %}{{ object.routing_instance.device }} | {% else %}None | {% endif %}
Routing Instance | {{ object.routing_instance }} |
AFI-SAFI | {{ object.afi_safi }} | |
VRF | {% if object.vrf %}{{ object.vrf }} | {% else %}None | {% endif %}
Multipath | {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.multipath %} |
Import Policy | {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.import_policy %} |
Export Policy | {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.export_policy %} |