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