source: WAeUP_SRP/trunk/skins/waeup_student/pume_slip.pt @ 779

Last change on this file since 779 was 779, checked in by Henrik Bettermann, 18 years ago

pume anonnymous view and slip added
old view and slip reverted

File size: 804 bytes
Line 
1<metal:html tal:define="info context/getStudentInfo"> 
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4      <span tal:condition="not: info">
5        <metal:block use-macro="here/error_not_found/macros/not_found" />
6      </span>
7      <h3>PUME Result Slip</h3>
8      <br />
9      <span tal:omit-tag=""
10            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
11            layout_mode='view_info',
12            layout_id='student_application_fe')"
13            />
14      <span tal:omit-tag=""
15            tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'],
16            layout_mode='view_slip',
17            layout_id='student_pume_fe')"
18            />
19    </metal:main>
20  </metal:body>
21</metal:html>
Note: See TracBrowser for help on using the repository browser.