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