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

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

provide link to download provisional venue list

File size: 962 bytes
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           "
9           >
10  <metal:block define-macro="edit_form">
11    <metal:block use-macro="here/slip_template/macros/master">
12      <metal:block fill-slot="main">
13        <h3 tal:content="info/heading_slip" />
14        <br />
15        <div tal:replace="structure rendered_main" />
16       
17        The applicant has confirmed that the picture shown on this slip is a true picture of him/her.
18       
19        <span tal:condition="python:0">
20          <br /><br />
21          <font color="red">
22          Notice: Please come back and check for the screening venue as from 30th October.
23          </font>
24        </span>
25      </metal:block>
26    </metal:block>
27  </metal:block>
28</tal:block>
Note: See TracBrowser for help on using the repository browser.