source:
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/browser_templates/payment_view.pt
@
8483
Last change on this file since 8483 was 8441, checked in by , 13 years ago | |
---|---|
File size: 563 bytes |
Line | |
---|---|
1 | <table class="form-table" i18n:domain="waeup.custom" |
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.