source: WAeUP_SRP/trunk/skins/waeup_student/apply_admission_slip.pt @ 5616

Last change on this file since 5616 was 5165, checked in by Henrik Bettermann, 14 years ago

implement temporary application module only for 2008 sandwich applicants so that they can remain in the system

File size: 1.6 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 ('cest','sandwich','sandwich2008');   
15           "
16           >
17  <metal:block define-macro="edit_form">
18    <metal:block use-macro="here/slip_template/macros/master">
19      <metal:block fill-slot="main">
20        <h3 tal:content="info/heading_slip" />
21        <br />
22       
23        <tal:block condition="python: with_app_no and ccode">
24       
25        <table><tr><td>
26        <strong>Application Number: <span tal:replace="app_no" /></strong>
27        </td></tr></table>
28        <br />
29        </tal:block>
30       
31        <div tal:replace="structure rendered_main" />
32       
33        The applicant has confirmed that the picture shown on this slip is a true picture of him/her.
34       
35        <span tal:condition="python:0">
36          <br /><br />
37          <font color="red">
38          Notice: Please come back and check for the screening venue as from 30th October.
39          </font>
40        </span>
41      </metal:block>
42    </metal:block>
43  </metal:block>
44</tal:block>
Note: See TracBrowser for help on using the repository browser.