${message("shop.goods.filter")}
[#assign rows = 0 /]
[#if filterProductCategories?has_content]
[#assign rows = rows + 1 /]
[/#if]
[#if filterBrands?has_content]
[#assign rows = rows + 1 /]
- ${message("shop.goods.brand")}:
[#list filterBrands as filterBrand]
-
${filterBrand.name}
[/#list]
-
[/#if]
[#assign hasHiddenAttribute = false /]
[#list filterAttributes as filterAttribute]
[#assign rows = rows + 1 /]
-
${abbreviate(filterAttribute.name, 12)}:
[#list filterAttribute.options as option]
-
${option}
[/#list]
-
[/#list]