[%- 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, class='wi-wide') %] |
[% 'Transdate from' | $T8 %] |
[% L.date_tag('filter.fromdate', filter.fromdate) %] |
[% 'to (date)' | $T8 %] |
[% L.date_tag('filter.todate', filter.todate) %] |
[%- END -%]