[% PROCESS elements.html %]
[% form.title %]
[% IF row_count > 1 %] [% ELSE %] [% END %]
[% text('Description') %][% PROCESS textarea element_data={name => 'description', cols => 60, rows => row_count, text => form.description} %][% PROCESS input element_data={name => 'description', size => 60, value => form.description} %]

[% FOREACH hidden IN hiddens.keys; PROCESS input element_data={ type => 'hidden', name => hidden, value => hiddens.item(hidden) }; END %] [% FOREACH button IN buttons; PROCESS button element_data=button; END %]