source: main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser_templates/payment_view.pt @ 8247

Last change on this file since 8247 was 8247, checked in by Henrik Bettermann, 12 years ago

Reorganize payment customizatiom. Tests will follow.

Let also applicants pay via eTranzact. Show transaction code on display view (slip view will follow).

File size: 563 bytes
Line 
1<table class="form-table" i18n:domain="waeup.uniben"
2  tal:define="files provider:files">
3  <tbody>
4    <tal:widgets content="structure provider:widgets" />
5    <tr tal:condition="python: files.replace('\n','')">
6      <td class="separator" colspan=2 i18n:translate="">
7        Uploaded Files
8      </td>
9    </tr>
10    <tal:files content="structure files" />
11    <tr>
12      <td class="fieldname">
13        <span i18n:translate="">Transaction Code</span>:
14      </td>
15      <td tal:content="view/transaction_code">TRANSACTIONCODE</td>
16    </tr>
17  </tbody>
18</table>
Note: See TracBrowser for help on using the repository browser.