5 <h1>[% 'Reconciliation' | $T8 %]</h1>
 
   7 <form method=post action="[% script %]">
 
  11     <th align=right nowrap>[% 'Account' | $T8 %]</th>
 
  12     <td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
 
  15     <th align=right>[% 'From' | $T8 %]</th>
 
  16     <td>[% L.date_tag('fromdate') %]</td>
 
  17     <th align=right>[% 'Until' | $T8 %]</th>
 
  18     <td>[% L.date_tag('todate') %]</td>
 
  25 [% L.hidden_tag('nextsub', 'get_payments') %]
 
  26 [% L.submit_tag('action', LxERP.t8('Continue')) %]