- Timestamp:
- 26 Jan 2007, 10:21:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/intra_faculty_transfer_2.pt
r1338 r1360 3 3 tal:define="info context/getTransferInfo"> 4 4 5 <span tal:condition="python: not info or not info ['paid']">5 <span tal:condition="python: not info or not info.get('paid',False)"> 6 6 <metal:block use-macro="here/error_not_found/macros/not_found" /> 7 7 </span> 8 <span tal:condition="python: info['paid']"> 9 8 <span tal:condition="info/paid|nothing"> 10 9 <center><font color="red"><span tal:content="info/pin"/></font></center> 11 10 <br /> 12 13 11 <strong>SECTION B:</strong> To be completed by the Heads of Department concerned and the Dean. 14 15 12 <br /><br /> 16 17 13 <table border=0 width=100%> 18 14
Note: See TracChangeset for help on using the changeset viewer.