{% load i18n %} {% for ip_group, ips in ip_groups.items %} {% if ip_groups.keys|length > 1 %}

{{ ip_group }}

{% endif %} {% if ips.floating|length > 0 %}
{% trans 'Floating IPs:' %}
{% endif %} {% endfor %}