<div class="card"> <div class="card-body"> <div class="alert alert-info"> {{ 'admin.click_on_a_product' | trans }} </div> <table class="table table-bordered table-striped table-hover" id="tableDesProduits"> <thead> <th></th> </thead> <tbody id="listeDesProduits" title="{{ path('admin.liste_produit_lors_commande', {'slug': boutique.slug}) }}"> {{ render(controller('App\\Controller\\AdminController::listeProduitLorsCommandeAction', {'slug': boutique.slug})) }} </tbody> </table> </div> </div>