{% with id=widget.attrs.id %} {% if top_row %} {% for group, options, index in widget.optgroups %} {% endfor %} {% endif %} {% for group, options, index in widget.optgroups %} {% endfor %} {% for group, options, index in widget.optgroups %} {% endfor %} {% if bottom_row|safe %} {% for group, options, index in widget.optgroups %} {% endfor %} {% endif %}
{% if forloop.first %} {{ top_row.0 }}{% endif %} {% if forloop.last %} {{ top_row.1 }}{% endif %}
{% for option in options %} {% include option.template_name with widget=option %} {% endfor %}
{% for option in options %} {% with o=option %} {{ o.label }} {% endwith %} {% endfor %}
{% if forloop.first %} {{ bottom_row.0 }}{% endif %} {% if forloop.last %} {{ bottom_row.1 }}{% endif %}
{% endwith %}