{% load main_extras %} {% if widget.attrs.disabled %} {% for group_name, group_choices, group_index in widget.optgroups %} {% for option in group_choices %} {% if option.selected %} {{ "file"|remix }}{{ option.label }} {% endif %} {% endfor %} {% endfor %} {% else %} {% include "django/forms/widgets/select.html" %} {% endif %}