X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/bank_transactions/list.html diff --git a/templates/webpages/bank_transactions/list.html b/templates/webpages/bank_transactions/list.html index af6ef2275..2828d5481 100644 --- a/templates/webpages/bank_transactions/list.html +++ b/templates/webpages/bank_transactions/list.html @@ -4,100 +4,52 @@ [%- INCLUDE 'common/flash.html' %] +[% IF SELF.problems.size %] + [% INCLUDE 'bank_transactions/_problems.html' %] +[% END %] +
[% HTML.escape(bank_account.name) %] [% HTML.escape(bank_account.iban) %], [% 'Bank code' | $T8 %] [% HTML.escape(bank_account.bank_code) %], [% 'Bank' | $T8 %] [% HTML.escape(bank_account.bank) %]
[% IF FORM.filter.fromdate %] [% 'From' | $T8 %] [% FORM.filter.fromdate %] [% END %] [% IF FORM.filter.todate %] [% 'to (date)' | $T8 %] [% FORM.filter.todate %][% END %] +[% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %] +[% L.hidden_tag("filter.fromdate", FORM.filter.fromdate) %] +[% L.hidden_tag("filter.todate", FORM.filter.todate) %]
-