{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.site %}
  • {{ object.site }}
  • {% endif %} {% if object.location %}
  • {{ object.location }}
  • {% endif %} {% if object.group %}
  • {{ object.group }}
  • {% endif %} {% endblock extra_breadcrumbs %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %} {% block content_left_page %}
    VLAN
    Site {% if object.site and object.site.region %} {{ object.site.region|hyperlinked_object }} / {% endif %} {{ object.site|hyperlinked_object }}
    Location {% include 'dcim/inc/location_hierarchy.html' with location=object.location %}
    Group {{ object.group|hyperlinked_object }}
    VLAN ID {{ object.vid }}
    Name {{ object.name }}
    Tenant {% if object.tenant and object.tenant.group %} {{ object.tenant.group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }}
    Status {{ object.get_status_display }}
    Role {{ object.role|hyperlinked_object }}
    Description {{ object.description|placeholder }}
    {% endblock content_left_page %} {% block content_full_width_page %}
    Prefixes
    {% include 'responsive_table.html' with table=prefix_table %} {% if perms.ipam.add_prefix %} {% endif %}
    {% endblock content_full_width_page %}