{% load helpers %}
| IP Address | VRF | Status | Interface | DNS Name | Description |
|---|---|---|---|---|---|
| {{ ip.address }} | {% if ip.vrf %} {{ ip.vrf }} {% else %} — {% endif %} | {{ ip.get_status_display }} | {% if ip.assigned_object %} {{ ip.assigned_object.name }} {% else %} — {% endif %} | {{ ip.dns_name|default:"—" }} | {{ ip.description|default:"—"|truncatechars:40 }} |
| IP Address | VRF | Status | Interface | DNS Name | Description |
|---|---|---|---|---|---|
| {{ ip.address }} | {% if ip.vrf %} {{ ip.vrf }} {% else %} — {% endif %} | {{ ip.get_status_display }} | {% if ip.assigned_object %} {{ ip.assigned_object.name }} {% else %} — {% endif %} | {{ ip.dns_name|default:"—" }} | {{ ip.description|default:"—"|truncatechars:40 }} |