diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index 789e89273..51a2fb23e 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -83,7 +83,11 @@ Role - {{ ipaddress.get_role_display }} + {% if ipaddress.role %} + {{ ipaddress.get_role_display }} + {% else %} + None + {% endif %}