{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {% endblock %} {% block content %}
Peering Network
Fabric {{ object.fabric }}
Name {{ object.name }}
Status {% badge object.get_status_display bg_color=object.get_status_color %}
Prefix {{ object.prefix }}
VLAN {% if object.vlan %} {{ object.vlan }} {% else %} {{ ''|placeholder }} {% endif %}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% plugin_right_page object %}
Connections
{% render_table connections_table 'inc/table.html' %}
Peering Sessions
{% render_table sessions_table 'inc/table.html' %}
{% plugin_full_width_page object %}
{% endblock %}