{% if null != app_last_product_variants_viewed(6) %}
<div class="categorie-produitsnouveaux dejavu">
<div class="categorie-produitsnouveaux-ctn">
<div class="title">
{{ 'app.front.block.dejavu.title1'|trans }}
<span>{{ 'app.front.block.dejavu.title2'|trans }} <strong>{{ 'app.front.block.dejavu.title3'|trans }}</strong> !</span>
</div>
<div class="listing1 caroussel">
{% for product in app_last_product_variants_viewed(6) %}
{% if product.canAddItem() %}
{% include 'products/single_product_in_circle.html.twig' with {'product': product} only %}
{% endif %}
{% endfor %}
</div>
</div>
</div>
{% endif %}