Skip to content
Snippets Groups Projects
Commit 396fca25 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Lieu sur l'affichage de la session

parent 9289bb61
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,12 @@ use Formation\Entity\Db\Session;
<?php else : ?>
<em>Aucune date connue</em>
<?php endif; ?>
<strong>Lieu </strong> :
<?php if ($session->getLieu() !== null) : ?>
<?php echo $session->getLieu(); ?>
<?php else : ?>
<em>Aucun lieu de précisé</em>
<?php endif; ?>
</td>
<td>
<?php if ($agent !== null): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment