Last change
on this file since 1033 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
844 bytes
|
Rev | Line | |
---|
[658] | 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> |
---|
[694] | 7 | <h3>Hostel Allocation Slip (and Maintenance Receipt)</h3> |
---|
[658] | 8 | <br /> |
---|
| 9 | <span tal:omit-tag="" |
---|
[667] | 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="" |
---|
[658] | 15 | tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'], |
---|
| 16 | layout_mode='view_slip', |
---|
[680] | 17 | layout_id='student_accommodation_fe')" |
---|
[658] | 18 | /> |
---|
| 19 | </metal:main> |
---|
| 20 | </metal:body> |
---|
| 21 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.