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

Nested choices not supported yet

{% endif %}{% for option in options %} {% if wrap_label %}{% endif %}{% if wrap_label %} {{ option.label }}{% endif %} {% endfor %}{% endfor %}
{% endwith %}