Last change
on this file since 11107 was
1686,
checked in by joachim, 18 years ago
|
some enhancements to the css.
update to newest WAeUPTable
|
-
Property svn:keywords set to
Id
|
File size:
714 bytes
|
Rev | Line | |
---|
[1686] | 1 | <metal:body use-macro="here/slip_template/macros/master"> |
---|
[1292] | 2 | <metal:main fill-slot="main" |
---|
| 3 | tal:define="info context/getApplicationInfo"> |
---|
[658] | 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 | tal:define="review_state info/review_state"> |
---|
| 9 | |
---|
[1018] | 10 | <h3>Application Slip</h3> |
---|
[605] | 11 | <br /> |
---|
[658] | 12 | <span tal:omit-tag="" |
---|
| 13 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 14 | layout_mode='view_slip', |
---|
| 15 | layout_id='student_application_fe')" |
---|
| 16 | /> |
---|
| 17 | </span> |
---|
| 18 | </metal:main> |
---|
[1292] | 19 | </metal:body> |
---|
| 20 | |
---|
| 21 | |
---|
Note: See
TracBrowser for help on using the repository browser.