source: WAeUP_SRP/trunk/skins/waeup_student/pastoral_report_slip.pt @ 3706

Last change on this file since 3706 was 3702, checked in by Henrik Bettermann, 17 years ago

don't show check boxes on academic_report_slip

File size: 990 bytes
Line 
1<metal:body use-macro="here/slip_template/macros/master">
2  <metal:main fill-slot="main"
3              tal:define="info context/getPastoralReportInfo;
4              s_name context/getStudentNameInContext;
5              ">
6    <span tal:condition="not: info">
7      <span tal:content="here/illegal_view" />
8    </span>
9    <span tal:condition="info" tal:omit-tag="">
10      <h3> <span tal:content="info/session" /> <span tal:content="info/term" /> Pastoral Report (<span tal:content="info/level" />)
11            </h3>
12      <br />
13      <span tal:omit-tag="" tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],       
14                                                 layout_mode='view_info',       
15                                                 layout_id='student_application')"/>     
16      <br />
17      <span tal:omit-tag="" 
18            tal:content="structure python: info['doc'].render(layout_mode='view')" />
19    </span>     
20  </metal:main>
21</metal:body>
Note: See TracBrowser for help on using the repository browser.