X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcsv_import%2Freport.html;h=8bb3930fdd667c04e99b1c762cba8b375d446e9f;hb=e3dfdb7a78f6e0bc8ac1075fedc36f8247c6fd92;hp=6b69de40dac34cb2521bf04d03c8abc97ed23eca;hpb=c402b0a8cd01b0f7e7a6c5f06f75a048330be2a4;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html index 6b69de40d..8bb3930fd 100644 --- a/templates/webpages/csv_import/report.html +++ b/templates/webpages/csv_import/report.html @@ -7,6 +7,9 @@ [%- ELSE %] [%- LxERP.t8('Import result') %] [%- END %] + [%- IF SELF.num_errors -%] + ([%- SELF.num_errors -%] [%- LxERP.t8('Errors') -%]) + [%- END -%] [%- IF SELF.report.test_mode %] @@ -37,7 +40,7 @@ [%- ELSE %] [% csv_import_report_errors = SELF.report_status.${rownum}.errors %] - + [%- FOREACH value = SELF.report_rows.${rownum} %] [%- value | html %] [%- END %] @@ -55,5 +58,12 @@ [%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %]