[837] | 1 | <metal:html tal:define="info context/getStudentInfo"> |
---|
[1096] | 2 | <span tal:condition="not: info"> |
---|
| 3 | <span tal:content="here/illegal_view" /> |
---|
| 4 | </span> |
---|
| 5 | <metal:block tal:condition="info"> |
---|
[1737] | 6 | <metal:body use-macro="here/slip_template/macros/master"> |
---|
[837] | 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 | |
---|
| 13 | <h3>This is to inform you that you have been provisionally admitted into University of Benin as follows: |
---|
| 14 | </h3> |
---|
| 15 | |
---|
| 16 | <br /> |
---|
| 17 | |
---|
[975] | 18 | |
---|
[837] | 19 | <span tal:omit-tag="" |
---|
| 20 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 21 | layout_mode='view_info', |
---|
| 22 | layout_id='student_application_fe')" |
---|
| 23 | /> |
---|
| 24 | |
---|
[871] | 25 | <h4>Your Study Course:</h4> |
---|
[837] | 26 | <table tal:define="sc python: info['course_doc']"> |
---|
| 27 | <tr> |
---|
| 28 | <td width="180px">Certificate:</td> |
---|
| 29 | <td><span tal:content="sc/title" /></td> |
---|
| 30 | </tr> |
---|
| 31 | <tr> |
---|
| 32 | <td>Certificate ID:</td> |
---|
| 33 | <td tal:content="sc/study_course" /> |
---|
| 34 | </tr> |
---|
[843] | 35 | <span tal:define="f_id sc/faculty; |
---|
| 36 | d_id sc/department; |
---|
[984] | 37 | f_title context/academics/?f_id/Title|string:Faculty not yet in Prospectus; |
---|
| 38 | d_title context/academics/?f_id/?d_id/Title|string:Department not yet in Prospectus" |
---|
[843] | 39 | > |
---|
| 40 | <tr> |
---|
[932] | 41 | <td>Faculty:</td> |
---|
[843] | 42 | <td tal:content="f_title" /> |
---|
| 43 | </tr> |
---|
| 44 | <tr> |
---|
[932] | 45 | <td>Department:</td> |
---|
[843] | 46 | <td><span tal:content="d_title" /></td> |
---|
| 47 | </tr> |
---|
| 48 | </span> |
---|
| 49 | </table> |
---|
| 50 | </span> |
---|
[975] | 51 | |
---|
| 52 | <br /> |
---|
| 53 | |
---|
[1800] | 54 | <strong tal:condition="python: 'pt' in info['app_doc'].entry_mode ">Clearance commences on resumption and ends exactly and ends exactly on 1st June 2007. |
---|
[1808] | 55 | Any breach of this directive will result in forfeiture of the admission offer.</strong> |
---|
[1800] | 56 | <strong tal:condition="python: 'ft' in info['app_doc'].entry_mode ">Clearance commences on resumption and ends exactly two(2) weeks after resumption date. |
---|
[1808] | 57 | Any breach of this directive will result in forfeiture of the admission offer.</strong> |
---|
[975] | 58 | |
---|
[837] | 59 | </metal:main> |
---|
| 60 | </metal:body> |
---|
[1096] | 61 | </metal:block> |
---|
[837] | 62 | </metal:html> |
---|