Last change
on this file since 855 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
882 bytes
|
Rev | Line | |
---|
[779] | 1 | <metal:html tal:define="app_doc python: context.aq_parent.application.getContent(); |
---|
| 2 | pume_doc python: context.getContent()"> |
---|
| 3 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 4 | <metal:main fill-slot="main"> |
---|
[780] | 5 | <h3>PUME Results of <span tal:content="app_doc/jamb_firstname" /> |
---|
| 6 | <span tal:content="app_doc/jamb_lastname" /></h3> |
---|
| 7 | |
---|
[779] | 8 | <br /> |
---|
| 9 | <span tal:omit-tag="" |
---|
| 10 | tal:content="structure python: app_doc.render(proxy=app_doc, |
---|
| 11 | layout_mode='view_info', |
---|
| 12 | layout_id='student_application_fe')" |
---|
| 13 | /> |
---|
| 14 | <span tal:condition="python:1" tal:omit-tag="" |
---|
| 15 | tal:content="structure python: pume_doc.render(proxy=pume_doc, |
---|
| 16 | layout_mode='view_slip', |
---|
| 17 | layout_id='student_pume_fe')" |
---|
| 18 | /> |
---|
| 19 | </metal:main> |
---|
| 20 | </metal:body> |
---|
| 21 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.