6 <form method="post" action="controller.pl" id="search_form">
8 <div class="listtop">[% 'Choose bank account for reconciliation' | $T8 %]</div>
13 <th align="right">[% 'Bank account' | $T8 %]</th>
14 <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
18 <th align="right">[% 'From' | $T8 %]</th>
19 <td>[% L.date_tag('filter.fromdate:date::ge') %]</td>
23 <th align="right">[% 'to (date)' | $T8 %]</th>
24 <td>[% L.date_tag('filter.todate:date::le') %]</td>
28 <th align="right">[% 'Cleared/uncleared only' | $T8 %]</th>
29 <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE' ) %]</td>
33 <th align="right">[% 'Show Stornos' | $T8 %]</th>
34 <td>[% L.checkbox_tag('filter.show_stornos', value='1') %]</td>