[% 'Bank account' | $T8 %] |
[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, style='width:450px') %] |
[% 'From' | $T8 %] |
[% L.date_tag('filter.fromdate:date::ge') %] |
[% 'to (date)' | $T8 %] |
[% L.date_tag('filter.todate:date::le') %] |
[% 'Cleared/uncleared only' | $T8 %] |
[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE' ) %] |
[% 'Show Stornos' | $T8 %] |
[% L.checkbox_tag('filter.show_stornos', value='1') %] |