Back to Netbox

Nat Outside

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

4.6.0179 B
Original Source

{% load helpers %} {% for ip in value.all %}{{ ip|linkify }}{% if ip.assigned_object %} ({{ ip.assigned_object.parent_object|linkify }}){% endif %}
{% empty %}—{% endfor %}