{% extends '_base.html' %} {% load helpers %} {% block header %}
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 %} |
Tags | {% for tag in vrf.tags.all %} {% tag 'ipam:vrf_list' tag %} {% empty %} N/A {% endfor %} |