{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {% endblock %} {% block content %}
Virtual Device Context
Name {{ object.name }}
Device {{ object.device|linkify }}
Identifier {{ object.identifier|placeholder }}
Primary IPv4 {% if object.primary_ip4 %} {{ object.primary_ip4 }} {% copy_content "primary_ip4" %} {% else %} {% endif %}
Primary IPv6 {% if object.primary_ip6 %} {{ object.primary_ip6 }} {% copy_content "primary_ip6" %} {% else %} {% endif %}
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Interfaces {{ object.interfaces.count }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Interfaces
{% plugin_full_width_page object %}
{% endblock %}