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

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

improve application forms

File size: 737 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      </metal:block>
20    </metal:block>
21  </metal:block>
22</tal:block>
Note: See TracBrowser for help on using the repository browser.