Last change
on this file since 1292 was
1292,
checked in by Henrik Bettermann, 18 years ago
|
Page templates slimmed down
bug in reserve_accommodation fixed
|
File size:
670 bytes
|
Rev | Line | |
---|
[1292] | 1 | <metal:body use-macro="here/waeup_content_master/macros/master"> |
---|
| 2 | <metal:main fill-slot="main" |
---|
| 3 | tal:define="info context/getPersonalInfo"> |
---|
[1167] | 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 | <h3>My Personal Record</h3> |
---|
| 10 | <br /> |
---|
| 11 | <span tal:omit-tag="" |
---|
[1186] | 12 | tal:content="structure python: info['per_doc'].render( |
---|
[1167] | 13 | layout_mode='view', |
---|
| 14 | layout_id='student_personal_fe')" |
---|
| 15 | /> |
---|
| 16 | </span> |
---|
| 17 | </metal:main> |
---|
[1292] | 18 | </metal:body> |
---|
Note: See
TracBrowser for help on using the repository browser.