source: WAeUP_SRP/trunk/skins/waeup_uniben/apply_admission_slip.pt @ 5209

Last change on this file since 5209 was 5198, checked in by Henrik Bettermann, 15 years ago

show Uniben reg number on dp, pt and ct application slips too

File size: 2.1 KB
Line 
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;
14           with_app_no python: screening_type in ('dp','pt','ct','cest','sandwich','sandwich2008');
15           screening_test python: screening_type in ('cest');
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.
35               
36        <span tal:condition="python: screening_test">
37         <br /><br />
38         <hr />
39         <br />
40          NOTICE:
41          <br /><br />
42          SCREENING TESTS TAKE PLACE FOR PART TIME (UNDERGRADUATE) CANDIDATES ON SATURDAY, JUNE 12TH, 2010.
43          PLEASE REPORT TO THE VENUE OF SCREENING BY 7:30 AM.
44        </span>
45        <span tal:condition="python: screening_test">
46          <br /><br />
47          PLEASE REPRINT YOUR ACKNOWLEDGEMENT SLIP TO GET SCREENING VENUE AS FROM TUESDAY, JUNE 8TH, 2010.
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>
53      </metal:block>
54    </metal:block>
55  </metal:block>
56</tal:block>
Note: See TracBrowser for help on using the repository browser.