{% for group, options, index in widget.optgroups %}
  • {% if group %}{{ group }}{% endif %} {% for option in options %} {% with widget=option %} {% include option.template_name %} {% endwith %} {% endfor %}
  • {% endfor %}