[% USE LxERP %]

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

[%- IF SELF.import_status == 'imported' %]

[%- LxERP.t8('#1 of #2 importable objects were imported.', SELF.num_imported, SELF.num_importable || 0) %]

[%- ELSE %]

[%- LxERP.t8('Found #1 objects of which #2 can be imported.', SELF.data.size || 0, SELF.num_importable || 0) %]

[%- END %]