{% if port.ip_address %}
{{ port.ip_address }}
{% else %}
All IP addresses
{% endif %}
|
{{ port }}
|
{{ port.name }} |
{% if port.short_description %}
{{ port.short_description }}
{% if port.short_description != port.description %}
...
{% endif %}
{% endif %}
|
{% if perms.dcim.change_serviceport%}
{% endif %}
{% if perms.dcim.delete_serviceport %}
{% endif %}
|