X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ecf5708cec3a7aedbbb8b883071058bf17d165ab..de8868c:/templates/webpages/csv_import/_result.html diff --git a/templates/webpages/csv_import/_result.html b/templates/webpages/csv_import/_result.html index bc0daae11..b67bb7fbc 100644 --- a/templates/webpages/csv_import/_result.html +++ b/templates/webpages/csv_import/_result.html @@ -2,4 +2,8 @@

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

-

[%- LxERP.t8('#1 objects were imported.', SELF.data.size || 0) %]

+[%- IF SELF.import_status == 'imported' %] +

[%- LxERP.t8('#1 of #2 importable objects were imported.', SELF.num_imported, SELF.num_importable || 0) %]

+[%- ELSE %] +

[%- LxERP.t8('Found #1 objects of which #2 can be imported.', SELF.data.size || 0, SELF.num_importable || 0) %]

+[%- END %]