{% for group, options, index in widget.optgroups %} {% if group %}
{% if group %}{{ group }}{% endif %} {% endif %} {% for option in options %} {% if option.thumbnail_template_html %} {{ option.thumbnail_template_html|safe }} {% elif option.thumbnail_url %} {{ option.label }} {% else %} {% endif %} {{ option.label }} {% endfor %} {% if group %}
{% endif %} {% endfor %}