#ACTION_FORMULAIRE{#ENV{action}}
[(#SAISIE{input, titre, obligatoire=oui,
label=<:option:champ_titre_label:/>})]
[(#SAISIE{optionsgroupes, id_optionsgroupe, obligatoire=oui,
label=<:option:champ_id_optionsgroupe_label:/>})]
[(#SAISIE{textarea, description,
label=<:option:champ_description_label:/>, rows=2})]
#SET{label, #VAL{option:}|concat{#CONFIG{optionsproduits/editer_ttc}|?{champ_prix_defaut_ttc_label,champ_prix_defaut_label}}|_T}
[(#SAISIE{input, prix_defaut,
label=#GET{label},
explication=<:option:champ_prix_defaut_explication:/> })]
#SET{type, #CONFIG{optionsproduits/gerer_poids}|?{input,hidden}}
[(#SAISIE{#GET{type}, poids_defaut,
label=<:option:champ_poids_defaut_label:/>,
explication=<:option:champ_poids_defaut_explication:/> })]
[(#REM) ajouter les saisies supplementaires : extra et autre, a cet endroit ]