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