themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Product/Show/_associations.html.twig line 1

Open in your IDE?
  1. {% import '@SyliusShop/Common/Macro/sectionHeaders.html.twig' as headers %}
  2.  
  3. {% for association in product.associations %}
  4.     {{ render(url('sylius_shop_partial_product_association_show', {'productId': product.id, 'id': association.id, 'template': '@SyliusShop/Product/Show/_association.html.twig'})) }}
  5. {% else %}
  6.     {{ headers.default('app.product.pour_completer'|trans) }}
  7.     {{ render(url('sylius_shop_partial_product_index_latest', {'count': 4, 'template': '@SyliusShop/Product/_horizontalList.html.twig'})) }}
  8. {% endfor %}