</div> </div> <div class="row"> <div class="col-xs-12 col-sm-12"> <div class="thumbnail"> <div class="caption"> <?php foreach ($TabCom->getCollection() as $Commentaire) { ?> <div class="thumbnail"> <div class="caption"> <h4><?php echo 'Posté par ' . $Commentaire->getUser()->getPrenom(); ?> <?php echo 'le ' . Date::formaterFr($Commentaire->getDateCom()); ?> </h4> <h5><?php echo 'Contenu : '; ?> </h5> <h5><?php echo $Commentaire->getCom(); ?> <h5> </div> </div> <?php } ?>