{% for wrapped_category in wrapped_categories %}
  • {% if wrapped_category.children is not empty %}

    chevron_right expand_more {{ wrapped_category.woocommercecategory.name }}

    {% else %}

    chevron_right expand_more {{ wrapped_category.woocommercecategory.name }}

    {% endif %} {% if not wrapped_category.mappedceneocategory == null %}

    {{ wrapped_category.mappedceneocategory.name }} close

    {% else %}
    {% endif %} {% if wrapped_category.woocommerceattributes is not empty %} Pokaż atrybuty Ukryj atrybuty {% endif %} {% if wrapped_category.woocommerceattributes is not empty %}
    Przypisz kategorię Ceneo aby zmapować atrybuty. {% for attribute in wrapped_category.woocommerceattributes %}

    {{ attribute.name }} {% if wrapped_category.mappedceneocategory == null %} {% else %} {% endif %}

    {% endfor %}
    {% endif %}
    {% if wrapped_category.children is not empty %} {% include "category-mapping/woocommerce-category-item.html.twig" with {'wrapped_categories': wrapped_category.children} %} {% endif %}
  • {% endfor %}