{% include "django/forms/widgets/input.html" %} {% for select in choices %} {{select.empty|default:"--------"}} {% for option in select.options %} {{option.title}} {% endfor %} {% endfor %}