{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Route Target
Name {{ object.name }}
Tenant {{ object.tenant|linkify|placeholder }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panel_table.html' with table=importing_vrfs_table heading="Importing VRFs" %}
{% include 'inc/panel_table.html' with table=exporting_vrfs_table heading="Exporting VRFs" %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}