X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0389fbc606e78cdacea36f4bf385e75f879443a2..f87763cd84d89aafc4c4110ba42d041b02ce4371:/templates/webpages/csv_import/_errors.html diff --git a/templates/webpages/csv_import/_errors.html b/templates/webpages/csv_import/_errors.html new file mode 100644 index 000000000..3fda491f1 --- /dev/null +++ b/templates/webpages/csv_import/_errors.html @@ -0,0 +1,21 @@ +[% USE LxERP %] + +

[%- LxERP.t8('Errors') %]

+ +

[%- LxERP.t8('Found #1 errors.', SELF.errors.size) %]

+ + + + + + + + [% FOREACH err = SELF.errors %] + + + + + + [% END %] +
[%- LxERP.t8('Line and column') %][%- LxERP.t8('Block') %][%- LxERP.t8('Error') %]
[% err.4 %]:[% err.3 %][% err.0 %][% err.2 %]
+[% END %]