X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_result.html;h=b67bb7fbc69f01f38a3cdb9295da9421ee2e8a6c;hb=6e6038682b1a2b6e6bc74f1eee40eba21afcb7e9;hp=089651837bd7643490b74b4fc5e960aad16f6c34;hpb=f87763cd84d89aafc4c4110ba42d041b02ce4371;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_result.html b/templates/webpages/csv_import/_result.html index 089651837..b67bb7fbc 100644 --- a/templates/webpages/csv_import/_result.html +++ b/templates/webpages/csv_import/_result.html @@ -1,3 +1,9 @@ [% USE LxERP %] -

[%- LxERP.t8('Found #1 objects to import.', SELF.data.size || 0) %]

+

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

+ +[%- 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 %]