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

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

[% L.input_tag('file', '', type => 'file', accept => '*') %]
[% ELSE %]

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

[% END %]