{# templates/widgets/searchable_select.html #} {% load sdc_filter %}
{% if model_name == None %} {% if widget.option_template_name %} {% include widget.option_template_name with choices=widget.selectable_choices %} {% else %} {% for c in widget.selectable_choices %}

{{ c }}

{% endfor %} {% endif %} {% endif %}