Last change
on this file since 839 was
837,
checked in by Henrik Bettermann, 18 years ago
|
clearance_view and admission_form re-built
|
File size:
1.3 KB
|
Line | |
---|
1 | <metal:html tal:define="info context/getStudentInfo"> |
---|
2 | <metal:body use-macro="here/main_template/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 | |
---|
9 | <h3>This is to inform you that you have been provisionally admitted into University of Benin as follows: |
---|
10 | </h3> |
---|
11 | |
---|
12 | <br /> |
---|
13 | |
---|
14 | <h4>Application Data</h4> |
---|
15 | <span tal:omit-tag="" |
---|
16 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
17 | layout_mode='view_info', |
---|
18 | layout_id='student_application_fe')" |
---|
19 | /> |
---|
20 | |
---|
21 | <h4>Study Course</h4> |
---|
22 | <table tal:define="sc python: info['course_doc']"> |
---|
23 | <tr> |
---|
24 | <td width="180px">Certificate:</td> |
---|
25 | <td><span tal:content="sc/title" /></td> |
---|
26 | </tr> |
---|
27 | <tr> |
---|
28 | <td>Certificate ID:</td> |
---|
29 | <td tal:content="sc/study_course" /> |
---|
30 | </tr> |
---|
31 | <tr> |
---|
32 | <td>Faculty ID:</td> |
---|
33 | <td tal:content="sc/faculty" /> |
---|
34 | </tr> |
---|
35 | <tr> |
---|
36 | <td>Department ID:</td> |
---|
37 | <td><span tal:content="sc/department" /></td> |
---|
38 | </tr> |
---|
39 | </table> |
---|
40 | |
---|
41 | </span> |
---|
42 | </metal:main> |
---|
43 | </metal:body> |
---|
44 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.