{% load custom_template_filters %} {% with id=widget.attrs.id %}
{% for group, options, index in widget.optgroups %} {% if group %}
{% if index == 0 %}
{% else %}
{% endif %}
{% endif %} {% for option in options %}
{% include option.template_name with widget=option %}
{% endfor %} {% if group %}
{% endif %} {% endfor %}
{% endwith %}