{% for group_name, group_choices, group_index in widget.optgroups %} {% if group_name %}
{{ group_name }}
{% endif %} {% for option in group_choices %} {% endfor %} {% endfor %}