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

Open in your IDE?
  1. {% if wishlist is not defined %}
  2.     {% set wishlist = null %}
  3. {% endif %}
  4. {{ sylius_template_event('sylius.shop.product.index.box', {'product': product, 'wishlist': wishlist}) }}