Line | |
---|
1 | <metal:html tal:define="info options/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 | tal:define="review_state info/review_state"> |
---|
9 | |
---|
10 | <h3>You defered your Study</h3> |
---|
11 | <h3>My Application Record</h3> |
---|
12 | <br /> |
---|
13 | <span tal:omit-tag="" |
---|
14 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
15 | layout_mode='view', |
---|
16 | layout_id='student_application_fe')" |
---|
17 | /> |
---|
18 | </span> |
---|
19 | <h3>My Study Course</h3> |
---|
20 | <br /> |
---|
21 | <table tal:define="sc python: info['course_doc']"> |
---|
22 | <tr> |
---|
23 | <td tal:content="sc/title" /> <td>ID: <span tal:content="sc/study_course" /></td> |
---|
24 | </tr> |
---|
25 | <tr> |
---|
26 | <td tal:content="sc/title" /> <td tal:content="sc/study_course" /> |
---|
27 | </tr> |
---|
28 | </table> |
---|
29 | </metal:main> |
---|
30 | </metal:body> |
---|
31 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.