Last change
on this file since 999 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
804 bytes
|
Rev | Line | |
---|
[779] | 1 | <metal:html tal:define="info context/getStudentInfo"> |
---|
[774] | 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> |
---|
[779] | 7 | <h3>PUME Result Slip</h3> |
---|
[774] | 8 | <br /> |
---|
| 9 | <span tal:omit-tag="" |
---|
| 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 | /> |
---|
[779] | 14 | <span tal:omit-tag="" |
---|
| 15 | tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'], |
---|
[774] | 16 | layout_mode='view_slip', |
---|
[779] | 17 | layout_id='student_pume_fe')" |
---|
[774] | 18 | /> |
---|
| 19 | </metal:main> |
---|
| 20 | </metal:body> |
---|
| 21 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.