{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}VRF {{ object }}{% endblock %} {% block breadcrumbs %}
  • VRFs
  • {{ object }}
  • {% endblock %} {% block content %}
    VRF
    {% if object.enforce_unique %} Unique IP Space {% else %} Non-Unique IP Space {% endif %}
    Route Distinguisher {{ object.rd }}
    Tenant {% if object.tenant %} {{ object.tenant }} {% else %} None {% endif %}
    Description {{ object.description|placeholder }}
    Prefixes {{ prefix_count }}
    {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:vrf_list' %} {% include 'inc/custom_fields_panel.html' %} {% plugin_left_page object %}
    {% include 'panel_table.html' with table=import_targets_table heading="Import Route Targets" %} {% include 'panel_table.html' with table=export_targets_table heading="Export Route Targets" %} {% plugin_right_page object %}
    {% plugin_full_width_page object %}
    {% endblock %}