{% comment %} This is a custom template for django-ajax-selects version 1.3+ (not for 1.2.x). Channel: postman_multiple_as1-3 Form Field: AutoCompleteField Usage: Entering of multiple values. There is no such template provided in the django-ajax-selects application. This templage could almost {% extends "autocomplete.html" %} and our field would be first processed as an ordinary "autocomplete" by ajax_select.js. An autocomplete("option", opts) in the extra_script block would provide only the additions & overrides. Alas, we need to register our keydown handler before the one set by autocomplete(), otherwise there will be no longer a menu.active at runtime. So data-ajax-select has any other value - the contents doesn't matter. {% endcomment %} {% block help %}{% if help_text %}

{{ help_text }}

{% endif %}{% endblock %}