[(#REM) Si pas de choix, le destinataire est défini automatiquement ]
[(#REM) Sinon on propose le choix, en select ou en checkbox suivant l'option "type_choix" ]
[(#ENV{type_choix}|match{plusieurs|plusieurs_et|plusieurs_ou}|oui)
[
(#ENV*{erreurs}|table_valeur{destinataire})]
]
[(#ENV{type_choix}|match{un|un_et|un_ou}|oui)
]
BUG
/B_destinataires>
/B_choix>
#SET{existe, #CHEMIN{formulaires/contact_champ_#CLE.html}}
[(#GET{existe}|oui)
[(#INCLURE{fond=formulaires/contact_champ_#CLE,env,name=#CLE,titre=#VALEUR})]
]
[(#GET{existe}|non)
[(#ENV*{erreurs}|table_valeur{#CLE})]
]