{% load i18n static df_site %} {% if cl.search_fields %} {% if cl.search_help_text %}
{{ cl.search_help_text }}
{% endif %}
{% if show_result_count %} {% blocktranslate count counter=cl.result_count %}{{ counter }} result{% plural %}{{ counter }} results{% endblocktranslate %} {% translate "Show all" %}   {% if cl.show_full_result_count %} {{ cl.full_result_count }} {% endif %} {% endif %}
{% for pair in cl.params.items %} {% if pair.0 != search_var %} {% endif %} {% endfor %}
{% endif %}