#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
$titre
$titre #if( $adresse!="")
Adresse de l'entreprise

$adresse

#end #if( $descriptionentreprise!="")
Description succinte de l'entreprise

$descriptionentreprise

#end #if( $contact!="")
Contact(s)

$contact

#end #if( $description!="")
Description de la proposition

$description

#end