X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/35948584de818b00974b9dab65682c4d5ceba67f..72b340de2352eec7d3f99a00e2141a2df35f07f3:/templates/webpages/csv_import/_preview.html diff --git a/templates/webpages/csv_import/_preview.html b/templates/webpages/csv_import/_preview.html index 08997b945..fe088e25e 100644 --- a/templates/webpages/csv_import/_preview.html +++ b/templates/webpages/csv_import/_preview.html @@ -12,6 +12,9 @@
| [%- HTML.escape(column) %] | + [%- END %] [%- FOREACH column = SELF.headers.headers %][%- HTML.escape(column) %] | [%- END %] @@ -23,6 +26,9 @@ [%- FOREACH row = SELF.data %]|
|---|---|---|
| [%- HTML.escape(row.info_data.$method) %] | + [%- END %] [%- FOREACH method = SELF.headers.methods %][%- HTML.escape(row.object.$method) %] | [%- END %] @@ -31,6 +37,7 @@ [%- END %]
[%- FOREACH error = row.errors %][%- HTML.escape(error) %][% UNLESS loop.last %] [%- END %][%- END %] + [%- FOREACH info = row.information %][% IF !loop.first || row.errors.size %] [%- END %][%- HTML.escape(info) %][%- END %] |