{% if widget.selected_label %}{{ widget.selected_label }}{% else %}Select…{% endif %}
{% if widget.search_url %}{% endif %}
    {% if widget.search_url %}{% for option in widget.initial_options %}
  • {% endfor %}{% if not widget.initial_options %}
  • No results.
  • {% endif %}{% else %}{% for group, options, index in widget.optgroups %}{% if group %}
  • {{ group }}
  • {% endif %}{% for option in options %}{% if option.value != "" %}
  • {% endif %}{% endfor %}{% endfor %}{% endif %}
{% if widget.search_url %}
Search failed. Please try again.
{% endif %} {% if not widget.search_url %}
No results.
{% endif %}