Last change
on this file since 594 was
544,
checked in by Henrik Bettermann, 18 years ago
|
themes reorganized (part 1)
|
File size:
662 bytes
|
Line | |
---|
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> |
---|
7 | <span tal:condition="info"> |
---|
8 | <h3>Post UME Acknowledegement Slip</h3> |
---|
9 | <br /> |
---|
10 | <span tal:omit-tag="" |
---|
11 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
12 | layout_mode='view', |
---|
13 | layout_id='student_application')" |
---|
14 | /> |
---|
15 | </span> |
---|
16 | </metal:main> |
---|
17 | </metal:body> |
---|
18 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.