{# 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 products | length > 0 %} {% include "shop/_product_grid.html" %} {% if pages > 1 %} {% endif %} {% elif query and query != "" %}