{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% block content %}
Router {{ object.router|linkify }}
Address Family {{ object.address_family|linkify }}
Interface {{ object.interface|linkify }}
Attributes
Passive {{ object.passive|placeholder }}
BFD {{ object.bfd|placeholder }}
Authentication Type {{ object.authentication|placeholder }}
Passphrase (or keyring) {{ object.passphrase|placeholder }}
{% 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 %}