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

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

remove 'for the screening test'

File size: 1.5 KB
RevLine 
[2310]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'];
[2328]7           info options/info;
[2802]8           serial options/ds/serial|nothing;
9           ccode options/ds/course1|nothing;
[2832]10           ccode python:ccode[:3];
[2802]11           app_no string:${ccode}${serial}/07;
12           screening_type options/ds/screening_type;
[3222]13           with_app_no python: screening_type in ('cest','sandwich');   
[2310]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">
[2328]19        <h3 tal:content="info/heading_slip" />
[2310]20        <br />
[2802]21       
[3222]22        <tal:block condition="python: with_app_no and ccode">
[2802]23       
24        <table><tr><td>
[3223]25        <strong>Application Number: <span tal:replace="app_no" /></strong>
[2802]26        </td></tr></table>
27        <br />
28        </tal:block>
29       
[2310]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.
[2381]33       
[2493]34        <span tal:condition="python:0">
[2381]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>
[2310]40      </metal:block>
41    </metal:block>
42  </metal:block>
43</tal:block>
Note: See TracBrowser for help on using the repository browser.