Last change
on this file since 2025 was
1783,
checked in by Henrik Bettermann, 18 years ago
|
- assertViewable removed and page templates adjusted, so that no traceback occurs.
- 'Previous Session' action added
- waeup_content_master.pt removed
- and more
|
-
Property svn:keywords set to
Id
|
File size:
634 bytes
|
Rev | Line | |
---|
[1737] | 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"> |
---|
[1783] | 5 | <span tal:content="here/illegal_view" />w |
---|
[658] | 6 | </span> |
---|
[1783] | 7 | <span tal:condition="info"> |
---|
[658] | 8 | |
---|
[1018] | 9 | <h3>Application Slip</h3> |
---|
[605] | 10 | <br /> |
---|
[658] | 11 | <span tal:omit-tag="" |
---|
| 12 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 13 | layout_mode='view_slip', |
---|
| 14 | layout_id='student_application_fe')" |
---|
| 15 | /> |
---|
| 16 | </span> |
---|
| 17 | </metal:main> |
---|
[1292] | 18 | </metal:body> |
---|
| 19 | |
---|
| 20 | |
---|
Note: See
TracBrowser for help on using the repository browser.