{% load i18n admin_urls static awesomesearch semantic_utils %} {% awesomesearch_show_search_form cl as show_search_form %} {% show_search_field cl as show_search_field %} {% if show_search_form %}
{% if show_search_field %} {% for pair in cl.params.items %} {% if pair.0 != search_var %} {% endif %} {% endfor %} {% endif %} {% search_fields cl %} {% if show_result_count %} {% blocktrans count counter=cl.result_count %}{{ counter }} result{% plural %}{{ counter }} results{% endblocktrans %} ( {% if cl.show_full_result_count %} {% blocktrans with full_result_count=cl.full_result_count %}{{ full_result_count }} total{% endblocktrans %} {% else %} {% trans "Show all" %} {% endif %} ) {% endif %} {% if show_search_field and cl.search_help_text %}
{{ cl.search_help_text }}
{% endif %}
{% endif %}