source: WAeUP_SRP/trunk/skins/waeup_student/apply_pume_slip.pt @ 2210

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

add sentence

  • Property svn:keywords set to Id
File size: 918 bytes
RevLine 
[2104]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;
[2108]6           name python:ds['lastname'];
[2104]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">
[2109]12        <h3>Post UME Screening (2007/2008) Aknowledgement Slip</h3>
[2104]13        <br />
14        <div tal:replace="structure rendered_main" />
[2149]15       
16        The applicant has confirmed that the picture shown on this slip is a true picture of him/her.
17        <br/><br/>
[2119]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. 
[2104]20      </metal:block>
21    </metal:block>
22  </metal:block>
23</tal:block>
Note: See TracBrowser for help on using the repository browser.