6 [%- INCLUDE 'common/flash.html' %]
8 <form method="post" action="controller.pl" id="search_form">
10 <div class="listtop">[% 'Search bank transactions' | $T8 %]</div>
12 [%- IF INSTANCE_CONF.get_payments_changeable != '0' -%]
13 [% 'Cannot safely book imported bank transactions due to lax posting settings for payments' | $T8 %]
18 <th align="right">[% 'Bank account' | $T8 %]</th>
19 <td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
23 <th align="right">[% 'Transdate from' | $T8 %]</th>
24 <td>[% L.date_tag('filter.fromdate', filter.fromdate) %]</td>
28 <th align="right">[% 'to (date)' | $T8 %]</th>
29 <td>[% L.date_tag('filter.todate', filter.todate) %]</td>