- {%- if display_tooltip %}
{{ _('Click on the magnifier to perform search') }}
{% endif -%}
{%- for category in categories_as_tabs -%}
- {% set display_tooltip = true %}
{% with categories_class='search-tabs' %}
{% include 'simple/categories.html' %}
{% endwith %}