[%- USE L -%][%- USE LxERP -%]
[%- FOREACH file = source.files %] [%- END %]
[% L.checkbox_tag(source.chk_action _ '_checkall') %] [% source.chkall_title %] [% LxERP.t8("Attached Filename") %]
[%- L.checkbox_tag(source.chk_action _ '[]', 'value'=file.name, 'class'=source.chk_action) %] [% file.filename %]

[%- L.button_tag("kivi.File.importaction(" _ SELF.object_id _ ",'" _ SELF.object_type _ "','" _ SELF.file_type _ "','" _ source.name _ "','" _ source.path _ "','"_ source.chk_action _ "');", LxERP.t8('Continue'), id => "import_cont_btn") %] [%- L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel') , class => "submit") %]