{% load i18n %}
{% for val, label in widget.choices %} {% with forloop.counter0 as idx %} {% with id=widget.name|add:"_"|add:idx %} {% endwith %} {% endwith %} {% endfor %}