Back to Netbox

Nat Outside

netbox/templates/ipam/ipaddress/attrs/nat_outside.html

4.6.4388 B
Original Source

{% load helpers %} {% with ips=value.all|slice:":11" %} {% if ips %}

{% for ip in ips|slice:":10" %} - {{ ip|linkify }}{% if ip.assigned_object %} ({{ ip.assigned_object.parent_object|linkify }}){% endif %} {% endfor %} {% if ips|length > 10 %} - {% endif %} {% else %} — {% endif %} {% endwith %}