CsvImport: Anzahl der Fehler beim Ergebnis anzeigen
[kivitendo-erp.git] / templates / webpages / csv_import / report.html
index 77e6960..8bb3930 100644 (file)
@@ -7,6 +7,9 @@
  [%- ELSE %]
   [%- LxERP.t8('Import result') %]
  [%- END %]
+ [%- IF SELF.num_errors -%]
+   <font color="red">([%- SELF.num_errors -%]&nbsp;[%- LxERP.t8('Errors') -%])</font>
+ [%- END -%]
 </h2>
 
 [%- IF SELF.report.test_mode %]