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
|
Rev | Line | |
---|
[1162] | 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"> |
---|
[658] | 8 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 9 | <metal:main fill-slot="main"> |
---|
[694] | 10 | <h3>Hostel Allocation Slip (and Maintenance Receipt)</h3> |
---|
[658] | 11 | <br /> |
---|
| 12 | <span tal:omit-tag="" |
---|
[1162] | 13 | tal:content="structure python: info_app['app_doc'].render(proxy=info_app['app_doc'], |
---|
[667] | 14 | layout_mode='view_info', |
---|
| 15 | layout_id='student_application_fe')" |
---|
| 16 | /> |
---|
| 17 | <span tal:omit-tag="" |
---|
[1162] | 18 | tal:content="structure python: info_acco['acco_doc'].render(proxy=info_acco['acco_doc'], |
---|
[658] | 19 | layout_mode='view_slip', |
---|
[680] | 20 | layout_id='student_accommodation_fe')" |
---|
[658] | 21 | /> |
---|
| 22 | </metal:main> |
---|
| 23 | </metal:body> |
---|
[1096] | 24 | </metal:block> |
---|
[658] | 25 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.