Last change
on this file since 802 was
802,
checked in by Henrik Bettermann, 18 years ago
|
waeup_content_master instead of master_template
|
File size:
474 bytes
|
Line | |
---|
1 | <metal:html tal:define="info options/info|context/getStudentInfo"> |
---|
2 | <metal:body use-macro="here/waeup_content_master/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> |
---|
7 | <span tal:condition="info" |
---|
8 | tal:define="review_state info/review_state"> |
---|
9 | <h3>Admission deferred!</h3> |
---|
10 | </metal:main> |
---|
11 | </metal:body> |
---|
12 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.