source: WAeUP_SRP/trunk_not_used/skins/waeup_student/apply_pume_slip.pt @ 2226

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

add sentence

  • Property svn:keywords set to Id
File size: 918 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           "
8           >
9  <metal:block define-macro="edit_form">
10    <metal:block use-macro="here/slip_template/macros/master">
11      <metal:block fill-slot="main">
12        <h3>Post UME Screening (2007/2008) Aknowledgement Slip</h3>
13        <br />
14        <div tal:replace="structure rendered_main" />
15       
16        The applicant has confirmed that the picture shown on this slip is a true picture of him/her.
17        <br/><br/>
18        Please check for your screening venue at any of the UNIBEN entry gates or
19        at the Sports Complex and come to the screening venue with a copy of this slip. 
20      </metal:block>
21    </metal:block>
22  </metal:block>
23</tal:block>
Note: See TracBrowser for help on using the repository browser.