[% text('Code') %] |
[% PROCESS input element_data={name => 'code', size => 10, value => form.code} %] |
|
[% PROCESS input element_data={name => 'sictype', type => 'checkbox', value => 'H', label => text('Heading'), ${heading} => heading} %] |
[% text('Description') %] |
[% PROCESS input element_data={name => 'description', size => 60, value => form.description} %] |
|