{% load autocomplete %}
{% for item in items %} {% include "./item.html" %} {% endfor %} {% if not items %} {% use_string "no_results" custom_strings %} {% endif %} {% if items|length != total_results %}
{% use_string "more_results" custom_strings %}
{% endif %}
{% if items|length != total_results %} {% use_string "more_results" custom_strings %} {% else %} {% use_string "available_results" custom_strings %} {% endif %}