b45185603b0cabbd51d315287715be709f815095
[kivitendo-erp.git] / templates / webpages / bank_import / upload_mt940.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE L %]
4 [%- USE T8 %]
5
6 [%- INCLUDE 'common/flash.html' %]
7
8 <h1>[% FORM.title %]</h1>
9
10 <p>
11   [% "Import a MT940 file:" | $T8 %]
12 </p>
13
14 <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
15   [% L.input_tag('file', '', type => 'file', accept => '*') %]
16 </form>