{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Peering Session
BGP Peer {% if object.bgp_peer %} {{ object.bgp_peer }} {% else %} {{ ''|placeholder }} {% endif %}
Relationship {% if object.relationship %} {{ object.relationship }} {% else %} {{ ''|placeholder }} {% endif %}
Peering Network {% if object.peering_network %} {{ object.peering_network }} {% else %} {{ ''|placeholder }} {% endif %}
Service Reference {{ object.service_reference|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}