{% load i18n %} {% for group in widget.groups %} {% with index=forloop.counter %}
{% for field in group %} {{ field }}{% if forloop.first %}:{% endif %} {% endfor %}
{% endwith %} {% endfor %}