#set($context = $templateLogic.getHttpServletRequest().getContextPath()) #set($list = $templateLogic.componentLogic.getBoundFolderContents("Dossier",false,"publishDateTime","desc"))
Les diffèrents modules de formations

Administration
Développement
Les sessions de formations

#foreach($item in$list) #set( $date = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "date")) #set( $lieu = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "lieu")) #set( $Formateur = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "Formateur")) #set( $nbInscrit = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nbInscrit")) #set( $typeFormation = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "typeFormation")) #set( $urlSupport = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "urlSupport")) #set( $infosSupp = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "infosSupp")) #if($typeFormation=="Helpdesk") #set($texteAncre = "Formation au Helpdesk ESUP-Portail") #else #set($texteAncre = $typeFormation) #end #if($urlSupport=="") #else #end #end
Dates/lieu Formateurs Nombres d'inscrit Support(s) utilisé(s)
$date
$lieu
$Formateur  $!nbInscrit $texteAncre
$!infosSupp
$texteAncre
$!infosSupp