{% if wishlist is not defined %}
{% set wishlist = null %}
{% endif %}
{{ sylius_template_event('sylius.shop.product.index.box', {'product': product, 'wishlist': wishlist}) }}