{# Results region: swapped in by htmx on each query/filter change and rendered server-side on first load. Holds the result summary, the product grid and pagination. #} {% set L = lang | default(value='sk') %}
{{ t(key="results-count", lang=L, count=total) }}{% if query and query != "" %} · “{{ query }}”{% endif %}
{% if query_base and query_base != "" %} {{ t(key="filter-clear", lang=L) }} {% endif %}