X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1e62938e10b5c7e9f91b09c53660ccb14e6004a6..67643d0386e7ad051009af639cada8a5ad60d1ea:/templates/webpages/csv_import/report.html diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html new file mode 100644 index 000000000..7965b092f --- /dev/null +++ b/templates/webpages/csv_import/report.html @@ -0,0 +1,30 @@ +[% USE HTML %] +[% USE LxERP %] +[% USE L %] + +

[%- LxERP.t8('Import result') %]

+ + +[%- FOREACH row = SELF.report.folded_rows %] + [%- IF loop.first %] + + [%- FOREACH value = row %] + + [%- END %] + + + [%- ELSE %] + + [%- FOREACH value = row %] + + [%- END %] + + + [%- END %] +[%- END %] + + +
[% value | html %][%- LxERP.t8('Notes') %]
[%- value | html %] + [%- 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 %] +