Last change
on this file since 1225 was
1161,
checked in by Henrik Bettermann, 18 years ago
|
getStudentInfo replaced (not yet thoroughly tested!)
|
-
Property svn:keywords set to
Id
|
File size:
872 bytes
|
Rev | Line | |
---|
[1161] | 1 | <metal:html tal:define="info context/getApplicationInfo"> |
---|
[1085] | 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> |
---|
| 11 | <span tal:condition="info" |
---|
| 12 | tal:define="review_state info/review_state"> |
---|
| 13 | |
---|
[1018] | 14 | <h3>Application Slip</h3> |
---|
[605] | 15 | <br /> |
---|
[658] | 16 | <span tal:omit-tag="" |
---|
| 17 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 18 | layout_mode='view_slip', |
---|
| 19 | layout_id='student_application_fe')" |
---|
| 20 | /> |
---|
| 21 | </span> |
---|
| 22 | </metal:main> |
---|
| 23 | </metal:body> |
---|
[1085] | 24 | </metal:block> |
---|
[658] | 25 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.