[%- USE HTML %] [%- USE T8 %] [%- USE L %] [%- USE LxERP %]

[% 'Select from one of the projects below' | $T8 %]

[%- FOREACH row IN project_list %] [% L.hidden_tag('new_id_' _ loop.count, row.id) %] [% L.hidden_tag('new_projectnumber_' _ loop.count, row.projectnumber) %] [%- END %]
  [% 'Number' | $T8 %] [% 'Description' | $T8 %]
[% L.radio_button_tag('ndx', value=loop.count, checked=loop.first) %] [% row.projectnumber | html %] [% row.description | html %]

[% L.hidden_tag(row.key, row.value) FOREACH row = hiddens %] [% L.hidden_tag('lastndx', project_list.size) %] [% L.hidden_tag('nextsub', 'project_selected') %] [% L.hidden_tag('rownumber', rownumber) %] [% L.submit_tag('action', LxERP.t8('Continue')) %]