{#{% if products|length > 0 %}
{% for i,product in products %}
{% set myWishlist = 1 %} {% include "main/Product/_box.html.twig" %}
{% endfor %}
{% else %}

{{ "product.wishlist.not_found_product"|trans }}

{% endif %}#} {% if products|length > 0 %}
{% for i,product in products %}
{% set myWishlist = 1 %} {% include "main/Product/_box.html.twig" %}
{% endfor %}
{% else %}

{{ "product.wishlist.not_found_product"|trans }}

{% endif %}