Last change
on this file since 1139 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
|
Rev | Line | |
---|
[658] | 1 | <metal:html tal:define="info context/getStudentInfo"> |
---|
[1096] | 2 | <span tal:condition="not: info"> |
---|
| 3 | <span tal:content="here/illegal_view" /> |
---|
| 4 | </span> |
---|
| 5 | <metal:block tal:condition="info"> |
---|
[658] | 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> |
---|
[694] | 11 | <h3>Hostel Allocation Slip (and Maintenance Receipt)</h3> |
---|
[658] | 12 | <br /> |
---|
| 13 | <span tal:omit-tag="" |
---|
[667] | 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="" |
---|
[658] | 19 | tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'], |
---|
| 20 | layout_mode='view_slip', |
---|
[680] | 21 | layout_id='student_accommodation_fe')" |
---|
[658] | 22 | /> |
---|
| 23 | </metal:main> |
---|
| 24 | </metal:body> |
---|
[1096] | 25 | </metal:block> |
---|
[658] | 26 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.