{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% block content %}
BGP Policy Template
Name {{ object.name }}
Enabled {{ object.enabled }}
Prefix List (In) {{ object.prefixlist_in|linkify }}
Prefix List (Out) {{ object.prefixlist_out|linkify }}
Route Map (In) {{ object.routemap_in|linkify }}
Route Map (Out) {{ object.routemap_out|linkify }}
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 %}