#ACTION_FORMULAIRE{#ENV{action}}
[(#SAISIE{input, titre,
label=<:relance:champ_titre_mail_label:>,
obligatoire=oui})]
[(#SAISIE{input, duree,
label=<:relance:champ_duree_label:>,
size=4})]
[(#SAISIE{selection, periode,
label=<:relance:champ_periode_label:>,
defaut='mois',
datas=#ARRAY{
mois,<:relance:champ_periode_choix_mois:>,
jours,<:relance:champ_periode_choix_jours:>}
})]
[(#SAISIE{selection, quand,
label=<:relance:champ_quand_label:>,
defaut='avant',
datas=#ARRAY{
avant,<:relance:champ_quand_label_avant:>,
apres,<:relance:champ_quand_label_apres:>}
})]
[(#SAISIE{textarea, texte,
label=<:relance:label_texte:>,
explication=<:relance:explication_texte:>})]
[(#REM) ajouter les saisies supplementaires : extra et autre, a cet endroit ]