{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Route Target
Name {{ object.name }}
Tenant {% if object.tenant %} {{ object.tenant }} {% else %} None {% endif %}
Description {{ object.description|placeholder }}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:routetarget_list' %} {% include 'inc/custom_fields_panel.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 %}