]> wagnertech.de Git - kivitendo-erp.git/blob - templates/webpages/csv_import/_result.html
DbUpgrade Templates für SKR04-3804-addition.pl kompatibel für Lx 2.7 gemacht
[kivitendo-erp.git] / templates / webpages / csv_import / _result.html
1 [% USE LxERP %]
2
3 <h3>[%- LxERP.t8('Import summary') %]</h3>
4
5 [%- IF SELF.import_status == 'imported' %]
6  <p>[%- LxERP.t8('#1 of #2 importable objects were imported.', SELF.num_imported, SELF.num_importable || 0) %]</p>
7 [%- ELSE %]
8  <p>[%- LxERP.t8('Found #1 objects of which #2 can be imported.', SELF.data.size || 0, SELF.num_importable || 0) %]</p>
9 [%- END %]