{% load helpers %}
IP Address | Status/Role | VRF | Description | |
---|---|---|---|---|
{{ ip }} | {# Primary/status/role #}{% if device.primary_ip4 == ip or device.primary_ip6 == ip %} Primary {% endif %} {{ ip.get_status_display }} {% if ip.role %} {{ ip.get_role_display }} {% endif %} | {# VRF #}{% if ip.vrf %} {{ ip.vrf.name }} {% else %} Global {% endif %} | {# Description #}{% if ip.description %} {{ ip.description }} {% else %} — {% endif %} | {# Buttons #}