{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% block content %}
BGP Session Template
Name {{ object.name }}
Parent Template {{ object.parent|linkify }}
Remote AS {{ object.remote_as|linkify }}
Local AS {{ object.local_as|linkify }}
Enabled {{ object.enabled }}
BFD {{ object.bfd }}
Password {{ object.password }}
Tenant {{ object.tenant|linkify }}
{% include 'netbox_routing/inc/settings.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}