{% set bodyClass = 'bg-white' %} {% set mainClass = 'wrapper' %} {% extends 'layout.twig' %} {% block content %} {% if site_region == 'ru' %} {% endif %}

{% if category %} {{ category.name }} {% else %} {{ function('pll_e', 'Продукция') }} {% endif %}

{% if active_filters|length > 0 %}
{% if active_filters is not empty %}
{% for filter in active_filters %} {{ filter.name }} × {% endfor %}
{% endif %}
{% endif %}
{% for post in posts %} {% include '/woocommerce/archive-product/archive-product-tease.twig' with {post: post} %} {% endfor %}
{% endblock %}