Last change
on this file since 16680 was
5165,
checked in by Henrik Bettermann, 15 years ago
|
implement temporary application module only for 2008 sandwich applicants so that they can remain in the system
|
File size:
1.6 KB
|
Rev | Line | |
---|
[2310] | 1 | <tal:block define="rendered_main options/rendered; |
---|
| 2 | portal_status_message options/psm; |
---|
| 3 | ds options/ds; |
---|
| 4 | jamb options/jamb/getContent|nothing; |
---|
| 5 | mode options/mode; |
---|
| 6 | name python:ds['lastname']; |
---|
[2328] | 7 | info options/info; |
---|
[2802] | 8 | serial options/ds/serial|nothing; |
---|
| 9 | ccode options/ds/course1|nothing; |
---|
[2832] | 10 | ccode python:ccode[:3]; |
---|
[3887] | 11 | session_id python:context.getSessionId()[0]; |
---|
| 12 | app_no string:${ccode}${serial}/${session_id}; |
---|
[2802] | 13 | screening_type options/ds/screening_type; |
---|
[5165] | 14 | with_app_no python: screening_type in ('cest','sandwich','sandwich2008'); |
---|
[2310] | 15 | " |
---|
| 16 | > |
---|
| 17 | <metal:block define-macro="edit_form"> |
---|
| 18 | <metal:block use-macro="here/slip_template/macros/master"> |
---|
| 19 | <metal:block fill-slot="main"> |
---|
[2328] | 20 | <h3 tal:content="info/heading_slip" /> |
---|
[2310] | 21 | <br /> |
---|
[2802] | 22 | |
---|
[3222] | 23 | <tal:block condition="python: with_app_no and ccode"> |
---|
[2802] | 24 | |
---|
| 25 | <table><tr><td> |
---|
[3223] | 26 | <strong>Application Number: <span tal:replace="app_no" /></strong> |
---|
[2802] | 27 | </td></tr></table> |
---|
| 28 | <br /> |
---|
| 29 | </tal:block> |
---|
| 30 | |
---|
[2310] | 31 | <div tal:replace="structure rendered_main" /> |
---|
| 32 | |
---|
| 33 | The applicant has confirmed that the picture shown on this slip is a true picture of him/her. |
---|
[2381] | 34 | |
---|
[2493] | 35 | <span tal:condition="python:0"> |
---|
[2381] | 36 | <br /><br /> |
---|
| 37 | <font color="red"> |
---|
| 38 | Notice: Please come back and check for the screening venue as from 30th October. |
---|
| 39 | </font> |
---|
| 40 | </span> |
---|
[2310] | 41 | </metal:block> |
---|
| 42 | </metal:block> |
---|
| 43 | </metal:block> |
---|
| 44 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.