#SET{total,#TOTAL_BOUCLE}/B_compte>[
	(#GET{total}|!={0}|et{#AUTORISER{afficherselecteurmots,groupemots,#ID_GROUPE,'',#ARRAY{objet,#ENV{objet},id_objet,#ENV{id_objet},comite,#COMITE,minirezo,#MINIREZO}}})
	
		
		[(#GET{total}|<{#GET{_MAX_MOTS_LISTE}}|oui)
			[(#UNSEUL|=={oui}|oui)
				[(#INCLURE{fond=prive/objets/liste/mots_associer-select-unseul,env,exclus=#GET{exclus},id_groupe=#ID_GROUPE})]
			]
			[(#UNSEUL|=={oui}|non)
				[(#INCLURE{fond=prive/objets/liste/mots_associer-select,env,exclus=#GET{exclus},id_groupe=#ID_GROUPE})]
			]
		]
		[(#GET{total}|<{#GET{_MAX_MOTS_LISTE}}|non)
			[(#INCLURE{fond=prive/objets/liste/mots_associer-recherche,env,exclus=#GET{exclus},id_groupe=#ID_GROUPE,unseul=#UNSEUL,par=points})]
		]
	
	]