{% with id=widget.attrs.id %}
{% for group, options, index in widget.optgroups %} {% if group %}{{group}}{% endif %} {% for option in options %} {{ option.label }}{% if widget.br %}
{% endif %} {% endfor %} {% endfor %}
{% endwith %}