{% with id=widget.attrs.id %}
{% for group, subgroups, index in widget.optgroups %}

{% for subgroup in subgroups %}

{% for option in subgroup.options %}
{% include option.template_name with widget=option %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endwith %}