{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "BGP RR Spine Node" %}

{% trans "Node ID" %}{{ object.node_id }}
{% trans "Name" %}{{ object.name }}
{% trans "BGP RR Policy" %} {{ object.bgp_rr_policy }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}