{% load staticfiles %} {% load django_select2_tags %} {% import_django_select2_js %} {% import_django_select2_css %} {% import_django_select2_js_css light=1 %}
{{form}}
{% for result in results %}

{{ result.name}}

{% endfor %}