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