{{ i.name }}
{% if not i.subnet.enable_dhcp %}({% trans "unmanaged" %}){% endif %}
{% if user.is_superuser and i.host %}
{% trans "edit" %}
{% endif %}
{% with op=op.remove_interface %}{% if op %}
{% trans "remove" %}
{% endif %}{% endwith %}
{% trans "IPv4 address" %}:
{{ i.ipv4 }}
{#
{% trans "IPv6 address" %}:
{{ i.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 %}#}
{#