{% load i18n static %} {% if cl.search_fields %}
{% if not cl.is_dataset %} {% include "unfold/helpers/shortcut.html" with shortcut="/" %} {% endif %}
{% for pair in cl.filter_params.items %} {% for val in pair.1 %} {% if pair.0 != search_var %}{% endif %} {% endfor %} {% endfor %}
{% endif %}