source: WAeUP_SRP/trunk/skins/waeup_student/accommodation_slip.pt @ 1115

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

redirect to illegal_view.py

  • Property svn:keywords set to Id
File size: 987 bytes
Line 
1<metal:html tal:define="info context/getStudentInfo">
2  <span tal:condition="not: info">
3    <span tal:content="here/illegal_view" />
4  </span>
5<metal:block tal:condition="info"> 
6  <metal:body use-macro="here/main_template/macros/master">
7    <metal:main fill-slot="main">
8      <span tal:condition="not: info">
9        <metal:block use-macro="here/error_not_found/macros/not_found" />
10      </span>
11      <h3>Hostel Allocation Slip (and Maintenance Receipt)</h3>
12      <br />
13      <span tal:omit-tag=""
14            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
15            layout_mode='view_info',
16            layout_id='student_application_fe')"
17            />
18      <span tal:omit-tag=""
19            tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'],
20            layout_mode='view_slip',
21            layout_id='student_accommodation_fe')"
22            />
23    </metal:main>
24  </metal:body>
25</metal:block> 
26</metal:html>
Note: See TracBrowser for help on using the repository browser.