Le critère branche_organisation

Conditionne la boucle aux organisations appartenant à la branche de l'organisation parente.

Ainsi on peut afficher tous les contacts d'une organisation et de ses filles :

<BOUCLE_contacts(CONTACTS){branche_organisation}{par nom}>
	[(#VAL{#})]NOM
	...

Il est également possible d'indiquer une branche précise avec {branche_organisation 5}

Le critère compteur_contacts

Il s'ajoute à une boucle ORGANISATIONS, et permet de peupler la balise [(#VAL{#})]COMPTEUR_CONTACTS du nombre de contacts associés à cette organisation.

<BOUCLE_nb_orgas(ORGANISATIONS){compteur_contacts}{par nom}{pagination 3}>
	[(#VAL{91}|chr)]([(#VAL{#})]COMPTEUR_CONTACTS
		|singulier_ou_pluriel{contacts:nb_contact,contacts:nb_contacts}
		|sinon{\<:contacts:contact_aucun:\>})[(#VAL{93}|chr)]