{% import 'macros/stickers.html' as stick %} {% import 'macros/layout.html' as layout %} {% call layout.details('/filter', 'md:hidden') %} {% call layout.filter_summary("filter-summary-mobile", current_local_href, search, search_count, hx_select) %}
{% if sort %} {% endif %} {% if liked %}
{% if liked_count is not none %}
{{ liked_count }}
{% endif %}
{% endif %} {% if selected_labels and selected_labels|length %} {% endif %} {% if selected_stickers and selected_stickers|length %} {% endif %}
{% if selected_brands and selected_brands|length %} {% endif %}
{% endcall %}
{% include "_types/browse/mobile/_filter/index.html" %}
{% endcall %}