templates/bundles/SyliusShopBundle/Product/Show/_association.html.twig line 3

Open in your IDE?
  1. <h4 class="ui horizontal section divider header titleOtherProducts">{{ product_association.type.name }}</h4>
  2. <div id="sylius-product-association-{{ product_association.type.name }}" {{ sylius_test_html_attribute('product-association', product_association.type.name) }}>
  3. {% include '@SyliusShop/Product/_horizontalList.html.twig' with {'products': product_association.associatedProducts} %}
  4. </div>