[% PROCESS elements.html %]
[% form.title %]
[% text('Type of Business') %] [% PROCESS input element_data={name => 'description', size => 30, value => form.description} %]
[% text('Discount') %] [% PROCESS input element_data={name => 'discount', size => 5, value => form.discount} %]

[% 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 %]