{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {% endblock %} {% block controls %}
{% if perms.netbox_bgp.change_session %} Edit {% endif %} {% if perms.netbox_bgp.delete_policy %} Delete {% endif %}
{% endblock controls %} {% block tabs %} {% endblock tabs %} {% block content %}
Routing Policy
name {{ object.name }}
Description {{ object.description|placeholder }}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='plugins:netbox_bgp:peergroup_list' %} {% include 'inc/custom_fields_panel.html' %} {% plugin_left_page object %}
Import Policies
{% render_table import_policies_table 'inc/table.html' %}
Export Policies
{% render_table export_policies_table 'inc/table.html' %}
{% plugin_right_page object %}
Related BGP Sessions
{% render_table related_session_table 'inc/table.html' %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}