{% for group, options, index in widget.optgroups %} {% for option in options %}
{% include "django/forms/widgets/input.html" with widget=option %} {% if option.wrap_label %} {% endif %}
{% endfor %} {% endfor %}