{% 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_prefixlist %} Rule {% endif %} {% if perms.netbox_bgp.change_routingpolicy %} Edit {% endif %} {% if perms.netbox_bgp.delete_routingpolicy %} Delete {% endif %}
{% endblock controls %} {% block tabs %} {% endblock tabs %} {% block content %}
Prefix List
name {{ object.name }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
Related Routing Policy Rules
{% render_table rprules_table 'inc/table.html' %}
{% plugin_right_page object %}
Rules
{% render_table rules_table 'inc/table.html' %}
{% plugin_full_width_page object %}
{% endblock %}