#set($context = $templateLogic.getHttpServletRequest().getContextPath())
#set($urlpuce="$context/digitalAssets/1_puce.gif")
#set($list = $templateLogic.componentLogic.getBoundFolderContents("Dossier",false,"publishDateTime","asc"))
Les sites en production
#foreach($item in $list)
#set( $nom = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "nom"))
#set( $logo=$templateLogic.getAssetUrl($item.id,"logo"))
#set( $production = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "production"))
#set( $url = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "url"))
#if($production=="oui")
#end
#end