{% extends 'generic/object_detail.html' %} {% load helpers %} {% load static %} {% block content_left_page %}
Name | {{ object.name }} | |
Device | {% if object.routing_instance and object.routing_instance.device %}{{ object.routing_instance.device }} | {% else %}None | {% endif %}
Routing Instance | {{ object.routing_instance }} |
Template | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.template %} |
Secrets | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.secret %} |
Source IP Address | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.source_ip %} |
Source Interface | {% include "nautobot_bgp_models/inc/native_property.html" with property=object.source_interface %} |
Description | {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.description %} |
Enabled | {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.enabled %} |
Autonomous System | {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.autonomous_system %} |
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 %} |