6 <h1>[% 'Reconciliation' | $T8 %]</h1>
8 <form method="post" action="rc.pl" id="form">
11 <table class="tbl-horizontal">
14 <th>[% 'Account' | $T8 %]</th>
15 <td>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
18 <th>[% 'Period' | $T8 %]</th>
19 <td>[% L.date_tag('fromdate') %] [% 'Until' | $T8 %] [% L.date_tag('todate') %]</td>