Last change
on this file since 16680 was
3712,
checked in by Henrik Bettermann, 16 years ago
|
implement demand for payment slip for OIS
|
File size:
1.3 KB
|
Rev | Line | |
---|
[3712] | 1 | <metal:body use-macro="here/slip_template/macros/master"> |
---|
| 2 | <metal:main fill-slot="main" tal:define="info options/info"> |
---|
| 3 | <span tal:condition="python: not info"> |
---|
| 4 | <span tal:content="here/illegal_view" /> |
---|
| 5 | </span> |
---|
| 6 | <span tal:condition="python: info"> <h3>Demand for Payment</h3> <br /> |
---|
| 7 | <table tal:define="student info/student"> |
---|
| 8 | |
---|
| 9 | <tr> |
---|
| 10 | <td width="100px">Payment:</td> |
---|
| 11 | <td tal:content="info/type_description"></td> |
---|
| 12 | </tr> |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | <tr> |
---|
| 16 | <td width="220px">Name:</td> <td> |
---|
| 17 | <span tal:content="student/name" /></td> |
---|
| 18 | </tr> |
---|
| 19 | <tr> |
---|
| 20 | <td>Student Id:</td> |
---|
| 21 | <td tal:content="student/id" /> |
---|
| 22 | </tr> |
---|
| 23 | |
---|
| 24 | <tr> |
---|
| 25 | <td>Registration Number:</td> |
---|
| 26 | <td tal:content="student/matric_no" /> |
---|
| 27 | </tr> |
---|
| 28 | |
---|
| 29 | <tr> |
---|
| 30 | <td >Amount:</td> |
---|
| 31 | <td> Naira |
---|
| 32 | <span tal:content="info/amount" /></td> |
---|
| 33 | </tr> |
---|
| 34 | </table> |
---|
| 35 | </span> |
---|
| 36 | </metal:main> |
---|
| 37 | </metal:body> |
---|
Note: See
TracBrowser for help on using the repository browser.