{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Name | {{ object.name }} |
Secrets | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.secret %} |
Description | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.description %} |
Role | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.role %} |
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 %} |