{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
BGP Address-Family
{% if object.routing_instance and object.routing_instance.device %} {% else %} {% endif %}
Device{{ object.routing_instance.device }}None
Routing Instance {{ object.routing_instance }}
Attributes
{% if object.vrf %} {% else %} {% endif %}
AFI-SAFI {{ object.afi_safi }}
VRF{{ object.vrf }}None
Multipath {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.multipath %}
{% endblock content_left_page %} {% block content_right_page %}
Policy
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 %}
{% endblock content_right_page %}