source: WAeUP_SRP/trunk/skins/waeup_student/defer_view.pt @ 855

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: 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.