{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Route Targets
  • {{ object }}
  • {% endblock %} {% block content %}
    Route Target
    Name {{ object.name }}
    Tenant {% if object.tenant %} {{ object.tenant }} {% else %} None {% endif %}
    Description {{ object.description|placeholder }}
    {% plugin_left_page object %}
    {% include 'panel_table.html' with table=importing_vrfs_table heading="Importing VRFs" %}
    {% include 'panel_table.html' with table=exporting_vrfs_table heading="Exporting VRFs" %} {% plugin_right_page object %}
    {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:routetarget_list' %}
    {% include 'inc/custom_fields_panel.html' %}
    {% plugin_full_width_page object %}
    {% endblock %}