{{ 'label.attribute_mapping'|trans }}

{{ 'label.autodetect_mappings'|trans }} {{ 'label.clear_mappings'|trans }}

{{ 'label.my_imported_attributes'|trans }}

{{ 'label.bigbuy_attributes'|trans }}

{{ 'label.attribute_mapping_help_text'|trans }}

{% for category_mapping_model in category_mapping_models %}

{{ category_mapping_model.fileCategory }}

{% for attribute_group_mapping_model in category_mapping_model.attributeGroupMappingModels %}

{{ attribute_group_mapping_model.fileAttributeGroup }} :

{% for attribute_mapping_model in attribute_group_mapping_model.attributeMappingModels %}
{% for attribute_mapping_pim_model in attribute_mapping_model.attributeMappingPimModels %}
{% include('product/catalog/import/step/attribute_mapping/_attribute_input.twig') with { attribute_mapping_model: attribute_mapping_model, attribute_mapping_pim_model: attribute_mapping_pim_model, required: attribute_group_mapping_model.required, first_element: loop.first } %}
{% endfor %}
{% endfor %}
{% set pim_attributes = pim_attributes_tree[category_mapping_model.taxonomyPimId][attribute_group_mapping_model.taxonomyAttributeGroupPimId] ?? [] %} {% for attribute_id, attribute_element in pim_attributes %} {% if attribute(attribute_element, 'search') is defined %} {% else %}
{{ attribute_element.id }}
;
{{ attribute_element.attribute_name }}
{% endif %} {% endfor %}
{% endfor %} {% endfor %}