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

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

bugs fixed after testing (please check!)

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