{% if __SELF__.showBrandFilter %} {% partial __SELF__ ~ '::brands' %} {% endif %} {% if __SELF__.showPriceFilter or __SELF__.showOnSaleFilter %} {% partial __SELF__ ~ '::price' %} {% endif %} {% partial __SELF__ ~ '::labels' %} {% for group in groups %}
{{ group.display_name }}
{% if group.description %}
{{ group.description }}
{% endif %} {% partial __SELF__ ~ '::properties' props=group.filterable_properties %}
{% endfor %}