X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_result.html;fp=templates%2Fwebpages%2Fcsv_import%2F_result.html;h=0000000000000000000000000000000000000000;hp=b67bb7fbc69f01f38a3cdb9295da9421ee2e8a6c;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/csv_import/_result.html b/templates/webpages/csv_import/_result.html deleted file mode 100644 index b67bb7fbc..000000000 --- a/templates/webpages/csv_import/_result.html +++ /dev/null @@ -1,9 +0,0 @@ -[% USE LxERP %] - -

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