[%- USE HTML %] [%- USE LxERP %] [%- USE L %] [%- USE T8 %]
[% FORM.title %]
[% IF profile %]

[% "Import a MT940 file:" | $T8 %]

[% L.hidden_tag('action', 'BankImport/import_mt940') %] [% L.input_tag('file', '', type => 'file', accept => '*') %] [% L.submit_tag('action_import_mt940', LxERP.t8('Import')) %]
[% ELSE %]

[% "Please create a CSV import profile called \"MT940\" for the import type bank transactions:" | $T8 %] CsvImport

[% END %]