{% load i18n %} {% load staticfiles %} {% load autocomplete_light_tags %} {% load url from future %} {# a deck that should contain the list of selected options #} {{ choices }} {% for choice in autocomplete.choices_for_values %} {{ choice|autocomplete_light_choice_html:autocomplete }} {% endfor %} {# a text input, that is the 'autocomplete input' #} {# A link to add a new choice using a popup #} {% if autocomplete.add_another_url_name %} {% endif %} {# a hidden select, that contains the actual selected values #} {# a hidden div that serves as template for the 'remove from deck' button #}