{% if brands|length %}

Brands

    {% for b in brands %} {% set is_selected = (b.name in selected_brands) %}
  • {{current_local_href}} {% if is_selected %} {% endif %} {{ b.name }} {% if b.count is not none %} {{ b.count }} {% endif %}
  • {% endfor %}
{% endif %}