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

Open in your IDE?
  1.         <div class="related-products">
  2.             <img class="related-products__icon" src="{{ asset('assets/shop/img/associated-icon.png') }}" alt="{{ 'sylius.ui.produitsassocies'|trans }}">
  3.             <span class="related-products__tagline">{{ 'sylius.ui.produitsassocies'|trans }}</span>
  4.             <h4 class="related-products__title">
  5.                 {{ 'sylius.ui.clientontcommande'|trans }} 
  6.                 {# product_association.type.name #}
  7.             </h4>
  8.             {% include '@SyliusShop/Product/_horizontalList.html.twig' with {'products': product_association.associatedProducts} %}
  9.         </div>