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

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

see Maryannes requests in ticket #328

  • Property svn:keywords set to Id
File size: 700 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        Please ensure that you come to the screening venus with a copy of this slip.
16      </metal:block>
17    </metal:block>
18  </metal:block>
19</tal:block>
Note: See TracBrowser for help on using the repository browser.