{% extends "django/forms/widgets/select.html" %} {% block optgroups %} {% for group_name, group_choices, group_index in widget.optgroups %} {% if group_name %} {% endif %} {% endfor %} {% endblock %} {% block value %} {% if widget.value %}
{% endif %} {% endblock %}