[ (#REM) Inclusion des animations des ENS par mois ] #SET{moisdemande, #ENV{mois,#DATE|mois}} #SET{moisaffiche,"inconnu"} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{1,"de Janvier",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{2,"de Février",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{3,"de Mars",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{4,"d'Avril",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{5,"de Mai",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{6,"de Juin",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{7,"de Juillet",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{8,"d'Aout",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{9,"de Septembre",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{10,"d'Octobre",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{11,"de Novembre",#GET{moisaffiche}}} #SET{moisaffiche,#GET{moisdemande}|choixsiegal{12,"de Décembre",#GET{moisaffiche}}} #SET{anneedemande, #ENV{annee,#DATE|annee}}

Animations du mois #GET{moisaffiche}   #GET{anneedemande}

#SET{moisprecedent,#GET{moisdemande}|moins{1}|choixsiegal{0,12,#GET{moisdemande}|moins{1}}} #SET{anneeprecedent,#GET{moisdemande}|choixsiegal{1,#GET{anneedemande}|moins{1},#GET{anneedemande}}} #SET{moissuivant,#GET{moisdemande}|plus{1}|choixsiegal{13,1,#GET{moisdemande}|plus{1}}} #SET{anneesuivant,#GET{moisdemande}|choixsiegal{12,#GET{anneedemande}|plus{1},#GET{anneedemande}}}
#SET{combien, 0}
#TITRE
#DATES
#ENS
#DESCRIPTION
#COMPLEMENTS
[(#COMPTEUR_BOUCLE|alterner{'','','
'})] #SET{combien, #TOTAL_BOUCLE} [(#GET{combien}|=={0}|?{'Aucune manifestation pour le mois sélectionné.',''})]