#if($templateLogic.contentId && $templateLogic.contentId > -1) #set($titre = $templateLogic.getContentAttribute("nom")) #set($adresse = $templateLogic.getContentAttribute("adresse")) #set($descriptionentreprise = $templateLogic.getContentAttribute("descriptionentreprise")) #set($contact = $templateLogic.getContentAttribute("contact")) #set($description = $templateLogic.getContentAttribute("description")) #set($logo = $templateLogic.getAssetUrl($item.id,"logopart")) #else #set($titre = $templateLogic.getComponentLogic().getContentAttribute("societe", "nom")) #set($adresse = $templateLogic.getComponentLogic().getContentAttribute("adresse")) #set($descriptionentreprise = $templateLogic.getComponentLogic().getContentAttribute("descriptionentreprise")) #set($contact = $templateLogic.getComponentLogic().getContentAttribute("contact")) #set($description = $templateLogic.getComponentLogic().getContentAttribute("description")) #set($logo = $templateLogic.getComponentLogic().getAssetUrl($item.id,"logopart")) #end
$adresse
#end #if( $descriptionentreprise!="")$descriptionentreprise
#end #if( $contact!="")$contact
#end #if( $description!="")$description
#end