{{ i.vlan.name }}
{% if not i.host%}({% trans "unmanaged" %}){% endif %}
{% if user.is_superuser %}
{% trans "edit" %}
{% endif %}
{% if is_owner %}
{% trans "remove" %}
{% endif %}
{% if i.host %}
{% trans "IPv4 address" %}:
{{ i.host.ipv4 }}
{% trans "IPv6 address" %}:
{{ i.host.ipv6 }}
{% trans "DNS name" %}:
{{ i.host.get_fqdn }}
{% trans "Groups" %}:
{% for g in i.host.groups.all %}
{{ g }}{% if not forloop.last %},{% endif %}
{% empty %}
-
{% endfor %}