Last change
on this file since 4540 was
4518,
checked in by Henrik Bettermann, 15 years ago
|
change date format for pume screening date
|
File size:
1.6 KB
|
Rev | Line | |
---|
[4518] | 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']; |
---|
| 7 | info options/info; |
---|
| 8 | serial options/ds/serial|nothing; |
---|
| 9 | ccode options/ds/course1|nothing; |
---|
| 10 | ccode python:ccode[:3]; |
---|
| 11 | session_id python:context.getSessionId()[0]; |
---|
| 12 | app_no string:${ccode}${serial}/${session_id}; |
---|
| 13 | screening_type options/ds/screening_type; |
---|
| 14 | with_app_no python: screening_type in ('cest','sandwich'); |
---|
| 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"> |
---|
| 20 | <h3 tal:content="info/heading_slip" /> |
---|
| 21 | <br /> |
---|
| 22 | |
---|
| 23 | <tal:block condition="python: with_app_no and ccode"> |
---|
| 24 | |
---|
| 25 | <table><tr><td> |
---|
| 26 | <strong>Application Number: <span tal:replace="app_no" /></strong> |
---|
| 27 | </td></tr></table> |
---|
| 28 | <br /> |
---|
| 29 | </tal:block> |
---|
| 30 | |
---|
| 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. |
---|
| 34 | |
---|
| 35 | <span tal:condition="python:1"> |
---|
| 36 | <br /><br /> |
---|
| 37 | <font color="red"> |
---|
| 38 | Be at your screening venue not earlier than 7:30 am for the Morning session (09:00 AM) and 1 pm for the afternoon Session (02:00 PM). |
---|
| 39 | </font> |
---|
| 40 | </span> |
---|
| 41 | </metal:block> |
---|
| 42 | </metal:block> |
---|
| 43 | </metal:block> |
---|
| 44 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.