[%- USE T8 %] [%- USE HTML %] [%- USE L %] [%- USE LxERP %] [%- INCLUDE 'common/flash.html' %]
[% 'Search bank transactions' | $T8 %]

[%- IF INSTANCE_CONF.get_payments_changeable != '0' -%] [% 'Cannot safely book imported bank transactions due to lax posting settings for payments' | $T8 %] [%- ELSE -%]
[% 'Bank account' | $T8 %] [% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, style='width:450px') %]
[% 'Transdate from' | $T8 %] [% L.date_tag('filter.fromdate', filter.fromdate) %]
[% 'to (date)' | $T8 %] [% L.date_tag('filter.todate', filter.todate) %]
[%- END -%]