source: WAeUP_SRP/base/skins/waeup_student/apply_admission_slip.pt @ 2802

Last change on this file since 2802 was 2802, checked in by Henrik Bettermann, 17 years ago

show app number on forms

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