Last change
on this file since 3793 was
3718,
checked in by Henrik Bettermann, 16 years ago
|
move secondary school reports to ois custom skins
|
File size:
1.6 KB
|
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 | <span tal:condition="python:True"> <br /><br /> |
---|
21 | <table width=100%> |
---|
22 | <tr > |
---|
23 | <td width=50%>Date:</td><td></td> |
---|
24 | </tr> |
---|
25 | </table> <br /><br /><br /><br /> |
---|
26 | <table width=100%> |
---|
27 | <tr > |
---|
28 | <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Name of House Staff</td> |
---|
29 | <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Signature</td> |
---|
30 | </tr> |
---|
31 | </table> |
---|
32 | </span> |
---|
33 | </metal:main> |
---|
34 | </metal:body> |
---|
Note: See
TracBrowser for help on using the repository browser.