=f.inputs do =f.input :create_year, :label => qit("draw-create_year-form","Année de création :") =f.input :support_type, :label => qit("draw-support_type-form","Type de support :"), :collection => AnnonceGraphic::SUPPORT_TYPES, :as => :select, :include_blank => false =f.input :artist_text, :label => qit("draw-artist_text-form","Nom de l'artiste :") =f.input :artist, :label => qit("draw-artist-form","Vendu par l'artiste ?") =f.input :signed, :label => qit("draw-signed-form","Signée par l'artiste ?") =f.input :original, :label => qit("draw-original-form","Oeuvre originale ?") =f.input :certificat, :label => qit("draw-certificat-form","Certificat d'authenticité ?")