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

Last change on this file since 4043 was 3779, checked in by Henrik Bettermann, 16 years ago

show all pictures (.JPG files were not found)

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