{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block title %}VRF {{ vrf }}{% endblock %} {% block content %}
Route Distinguisher | {{ vrf.rd }} |
Description | {% if vrf.description %} {{ vrf.description }} {% else %} None {% endif %} |
{{ p }} | {% if p.site %} {{ p.site }} {% endif %} | {{ p.status }} | {{ p.role }} |