{% 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 %} |
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 %} |
Import Policy | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.import_policy %} |
Export Policy | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.export_policy %} |