{% load i18n %} {% for option in widget.options %} {% include "django/forms/widgets/select_option.html" with widget=option %} {% endfor %} {% block "selectize-no-results" %} {% trans "No results found for '${input}'" %} {% endblock %}