9f76291246641e2acf1b53c2c8e0f079953d4883
[kivitendo-erp.git] / templates / webpages / sepa / bank_transfer_mark_as_closed_step1.html
1 [%- USE T8 %]
2 [% USE HTML %]
3
4  <p><div class="listtop">[% title %]</div></p>
5
6  <form action="sepa.pl" method="post">
7   <p>
8    [%- IF vc == 'vendor' %]
9     [%- 'Do you really want to close the following SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' | $T8 %]
10    [%- ELSE %]
11     [%- 'Do you really want to close the following SEPA exports? No payment will be recorded for bank collections that haven\'t been marked as executed yet.' | $T8 %]
12    [%- END %]
13   </p>
14
15   <p>
16    [% 'SEPA exports:' | $T8 %]
17    [%- FOREACH id = OPEN_EXPORT_IDS %]
18     [%- UNLESS loop.first %], [%- END %]
19     <input type="hidden" name="open_export_ids[]" value="[% HTML.escape(id) %]">
20     <a href="sepa.pl?action=bank_transfer_edit&id=[% HTML.url(id) %]&vc=[% HTML.url(vc) %]">[% HTML.escape(id) %]</a>
21    [%- END %]
22   </p>
23
24   <p>
25    <input type="submit" class="submit" name="action_bank_transfer_mark_as_closed_step2" value="[% 'Mark as closed' | $T8 %]">
26    <input type="button" class="submit" value="[% 'Back' | $T8 %]" onclick="history.back()">
27   </p>
28
29   <input type="hidden" name="action" value="dispatcher">
30   <input type="hidden" name="vc" value="[%- HTML.escape(vc) %]">
31  </form>
32