Last change
on this file since 607 was
604,
checked in by Henrik Bettermann, 18 years ago
|
academics_contents with with view mode layout_application_print did not show the fields needed
|
File size:
796 bytes
|
Rev | Line | |
---|
[604] | 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 | |
---|
| 9 | <div style="text-align: right"> |
---|
| 10 | <a href="javascript:window.print()"> |
---|
| 11 | Print Slip</a> |
---|
| 12 | </div> |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | <h3>Post UME Acknowledegement Slip</h3> |
---|
| 16 | <br /> |
---|
| 17 | <span tal:omit-tag="" |
---|
| 18 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 19 | layout_mode='view', |
---|
| 20 | layout_id='student_application')" |
---|
| 21 | /> |
---|
| 22 | </span> |
---|
| 23 | </metal:main> |
---|
| 24 | </metal:body> |
---|
| 25 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.