X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1ed2e6b7bcaba7dbfa5b5c7423cc2314e1b5d13a..2c3ecbd0419d17ac7c7a202d491377e59bea74a1:/templates/webpages/csv_import/report.html diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html index 539ce5a1f..91f3881ee 100644 --- a/templates/webpages/csv_import/report.html +++ b/templates/webpages/csv_import/report.html @@ -1,7 +1,20 @@ [% USE HTML %] [% USE LxERP %] [% USE L %] -

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

+

+ [%- IF SELF.report.test_mode %] + [%- LxERP.t8('Import preview') %] + [%- ELSE %] + [%- LxERP.t8('Import result') %] + [%- END %] +

+ +[%- IF SELF.report.test_mode %] +

+ [% LxERP.t8("The following is only a preview.") %] + [% LxERP.t8("No entries have been imported yet.") %] +

+[%- END %] [%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %]