[% USE HTML %] [% USE LxERP %]

[%- IF SELF.import_status == 'tested' %] [%- LxERP.t8('Import preview') %] [%- ELSE %] [%- LxERP.t8('Import result') %] [%- END %]

[% IF SELF.data.size %] [%- FOREACH column = SELF.headers.headers %] [%- END %] [%- FOREACH row = SELF.data %] [%- FOREACH method = SELF.headers.methods %] [%- END %] [%- END %]
[%- HTML.escape(column) %][%- LxERP.t8('Notes') %]
[%- HTML.escape(row.object.$method) %] [%- FOREACH error = row.errors %][%- HTML.escape(error) %][% UNLESS loop.last %]
[%- END %][%- END %]
[%- END %]