source: WAeUP_SRP/branches/srpp_on_branch/skins/waeup_student/application_slip.pt @ 1288

Last change on this file since 1288 was 1161, checked in by Henrik Bettermann, 18 years ago

getStudentInfo replaced (not yet thoroughly tested!)

  • Property svn:keywords set to Id
File size: 872 bytes
Line 
1<metal:html tal:define="info context/getApplicationInfo">
2  <span tal:condition="not: info">
3    <span tal:content="here/illegal_view" />
4  </span>
5  <metal:block tal:condition="info">
6  <metal:body use-macro="here/main_template/macros/master">
7    <metal:main fill-slot="main">
8      <span tal:condition="not: info">
9        <metal:block use-macro="here/error_not_found/macros/not_found" />
10      </span>
11      <span tal:condition="info"
12            tal:define="review_state info/review_state">
13           
14        <h3>Application Slip</h3>
15        <br />
16        <span tal:omit-tag=""
17              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
18              layout_mode='view_slip',
19              layout_id='student_application_fe')"
20              />
21      </span>
22    </metal:main>
23  </metal:body>
24  </metal:block>   
25</metal:html>
Note: See TracBrowser for help on using the repository browser.