[ (#REM) On utilise une boucle pour afficher le contenu selon autorisation. Le filtre sinon_interdire_access est à utiliser uniquement dans content/objet.html ]

<:info_sites:titre_informations_annexes:>

, ajax}>
[(#SET{where,#VAL{contacts.id_contact IN \(SELECT id_objet FROM spip_organisations_liens WHERE objet='contact' AND id_organisation=}|concat{#ID_ORGANISATION,"\)"}})] [(#AUTORISER{infositesvoir, contacts}|oui)
[(#INCLURE{fond=objets/liste/contacts,where=#GET{where},sinon=<:contacts:aucun_contact:>,ajax})]
] [(#AUTORISER{infositesvoir, projets}|oui) #SET{where,#VAL{projets.id_projet IN \(SELECT id_projet FROM spip_projets_liens WHERE objet='organisation' AND id_objet=}|concat{#ID_ORGANISATION,"\)"}}
[(#INCLURE{fond=objets/liste/projets,where=#GET{where},sinon=<:projet:info_aucun_projet:>,ajax,env})]
] [(#AUTORISER{infositesvoir, #OBJET}|oui)
#SET{table,#OBJET|table_objet} [(#SET{titre,[#OBJET:info_(#GET{table})_liees_organisation]})] [(#SET{liste,#VAL{prive/objets/liste/#GET{table}}|trouver_fond|?{#GET{table},organisations_lies}})] [(#INCLURE{fond=prive/objets/liste/#GET{liste},objet,id_organisation,ajax,env})]
]