{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
BGP Peer
Device {{ object.device }}
Peer IP {{ object.peer_ip }}
Session Config {% if object.session_config %} {{ object.session_config }} {% else %} {{ ''|placeholder }} {% endif %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}