[5169] | 1 | <tal:block define="rendered_main options/rendered; |
---|
| 2 | portal_status_message options/psm; |
---|
| 3 | ds options/ds; |
---|
| 4 | jamb options/jamb/getContent|nothing; |
---|
| 5 | mode options/mode; |
---|
| 6 | name python:ds['lastname']; |
---|
| 7 | info options/info; |
---|
| 8 | serial options/ds/serial|nothing; |
---|
| 9 | ccode options/ds/course1|nothing; |
---|
| 10 | ccode python:ccode[:3]; |
---|
| 11 | session_id python:context.getSessionId()[0]; |
---|
| 12 | app_no string:${ccode}${serial}/${session_id}; |
---|
| 13 | screening_type options/ds/screening_type; |
---|
[5198] | 14 | with_app_no python: screening_type in ('dp','pt','ct','cest','sandwich','sandwich2008'); |
---|
[5174] | 15 | screening_test python: screening_type in ('cest'); |
---|
[5169] | 16 | " |
---|
| 17 | > |
---|
| 18 | <metal:block define-macro="edit_form"> |
---|
| 19 | <metal:block use-macro="here/slip_template/macros/master"> |
---|
| 20 | <metal:block fill-slot="main"> |
---|
| 21 | <h3 tal:content="info/heading_slip" /> |
---|
| 22 | <br /> |
---|
| 23 | |
---|
| 24 | <tal:block condition="python: with_app_no and ccode"> |
---|
| 25 | |
---|
| 26 | <table><tr><td> |
---|
| 27 | <strong>Application Number: <span tal:replace="app_no" /></strong> |
---|
| 28 | </td></tr></table> |
---|
| 29 | <br /> |
---|
| 30 | </tal:block> |
---|
| 31 | |
---|
| 32 | <div tal:replace="structure rendered_main" /> |
---|
| 33 | |
---|
| 34 | The applicant has confirmed that the picture shown on this slip is a true picture of him/her. |
---|
[5174] | 35 | |
---|
| 36 | <span tal:condition="python: screening_test"> |
---|
| 37 | <br /><br /> |
---|
| 38 | <hr /> |
---|
| 39 | <br /> |
---|
| 40 | NOTICE: |
---|
[5169] | 41 | <br /><br /> |
---|
[5217] | 42 | SCREENING TESTS TAKE PLACE FOR PART TIME (UNDERGRADUATE) CANDIDATES ON SATURDAY, JUNE 26TH, 2010. |
---|
[5174] | 43 | PLEASE REPORT TO THE VENUE OF SCREENING BY 7:30 AM. |
---|
[5169] | 44 | </span> |
---|
[5174] | 45 | <span tal:condition="python: screening_test"> |
---|
| 46 | <br /><br /> |
---|
[5216] | 47 | PLEASE REPRINT YOUR ACKNOWLEDGEMENT SLIP TO GET SCREENING VENUE AS FROM WEDNESDAY, JUNE 23RD, 2010. |
---|
[5174] | 48 | </span> |
---|
| 49 | <span tal:condition="python: screening_test"> |
---|
| 50 | <br /><br /> |
---|
| 51 | PLEASE NOTE THAT THERE IS NO SCREENING TEST FOR DIPLOMA AND SANDWICH PROGRAMME APPLICANTS. |
---|
| 52 | </span> |
---|
[5169] | 53 | </metal:block> |
---|
| 54 | </metal:block> |
---|
| 55 | </metal:block> |
---|
| 56 | </tal:block> |
---|