{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block title %}VRF {{ vrf }}{% endblock %} {% block content %}
Route Distinguisher | {{ vrf.rd }} |
Tenant | {% if vrf.tenant %} {{ vrf.tenant }} {% else %} None {% endif %} |
Unique IP Space | {% if vrf.enforce_unique %} {% else %} {% endif %} |
Description | {% if vrf.description %} {{ vrf.description }} {% else %} N/A {% endif %} |
Created | {{ vrf.created }} |
Last Updated | {{ vrf.last_updated }} |