{% load i18n l10n pcart_core pcart_catalog staticfiles %}

{% trans "Filters" %}

{% if collection.show_vendor_filter %}

{% trans "Vendor" %}

{% endif %} {% if collection.show_properties_filters %} {% for tag_group in all_tags %} {% if tag_group.group_label not in collection.exclude_properties_filters %}

{{tag_group.group_label}}

{% endif %} {% endfor %} {% endif %} {% if collection.show_price_filter %}

Price


Price from: ({{min_available_price|money}}) Price to: ({{max_available_price|money}})
{% endif %}