{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block title %}VRF {{ object }}{% endblock %} {% block content %}
VRF
Route Distinguisher {{ object.rd|placeholder }}
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Unique IP Space {% checkmark object.enforce_unique %}
Description {{ object.description|placeholder }}
Prefixes {{ prefix_count }}
IP Addresses {{ ipaddress_count }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% include 'inc/panel_table.html' with table=import_targets_table heading="Import Route Targets" %}
{% include 'inc/panel_table.html' with table=export_targets_table heading="Export Route Targets" %}
{% plugin_full_width_page object %}
{% endblock %}