{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {% endblock %} {% block extra_controls %}
{% if perms.netbox_bgp.change_prefixlist %} Rule {% endif %}
{% endblock extra_controls %} {% block tabs %} {% endblock tabs %} {% block content %}
Prefix List
Name {{ object.name }}
Family {{ object.family }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
Related Routing Policy Rules
{% render_table rprules_table 'inc/table.html' %}
Related BGP Sessions
{% render_table sess_table 'inc/table.html' %}
{% plugin_right_page object %}
Rules
{% render_table rules_table 'inc/table.html' %}
{% plugin_full_width_page object %}
{% endblock %}