{% with id=widget.attrs.id %}
{% for group_name, group in widget.optgroups %} {% for option in group.options %} {% with widget=option %} {% endwith %} {% endfor %} {% endfor %}
{% endwith %}