<%def name="renderform_type1( formname, formid )" >
% for c1 in c.form.cols : % for fs in c1.fieldsets :
${fs.text} % for inp in fs.inputs : % if inp : % else : %endif % endfor
% if inp.type in [ 'hidden' ] : % elif inp.type in [ 'text', 'password', 'file' ] : % elif inp.type in [ 'checkbox', 'radio' ] : % elif inp.type in [ 'textarea' ] : % elif inp.type in [ 'list' ] : % elif inp.type in [ 'captcha' ] : % endif
% if inp.help : ${inp.help} % endif


% endfor % endfor