{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %}
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 }} |