[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
[% USE L %]
-[% L.javascript_tag('jquery') %]
<body>
<h1>[% title %]</h1>
+ [% PROCESS 'common/flash.html' %]
+
<form method="post" name="ct" action="ct.pl" >
<ul id="maintab" class="shadetabs">
<td><input name="iban" size="10" maxlength="100" value="[% HTML.escape(iban) %]"></td>
<th align="right">[% 'BIC' | $T8 %]</th>
<td><input name="bic" size="10" maxlength="100" value="[% HTML.escape(bic) %]"></td>
+ [%- IF ALL_CURRENCIES.size %]
+ <th align="right">[% 'Currency' | $T8 %]</th>
+ <td>[% L.select_tag('currency', L.options_for_select(ALL_CURRENCIES, default=currency, with_empty=1)) %]</td>
+ [%- END %]
</tr>
<tr>