{# PRODUCTS VISITED / produits déjà consultés #}{% if app.user %} {% set customerId = app.user.customer.id %}{% else %} {% set customerId = null %}{% endif %}<div class="bloc-top-content text-center pt-md-4 pt-3"> {{ render(url('app_shop_products_visited', {'customerId' : customerId })) }}</div>