{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
BGP Peer Group Template
Name {{ object.name }}
Authentication
Secrets {% include "nautobot_bgp_models/inc/native_property.html" with property=object.secret %}
Attributes
Description {% include "nautobot_bgp_models/inc/native_property.html" with property=object.description %}
Enabled {% include "nautobot_bgp_models/inc/native_property.html" with property=object.enabled %}
Autonomous System {% include "nautobot_bgp_models/inc/native_property.html" with property=object.autonomous_system %}
{% endblock content_left_page %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %}