Last change
on this file since 2492 was
2381,
checked in by Henrik Bettermann, 17 years ago
|
show venue info only for pume applicants (in custom)
|
File size:
990 bytes
|
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; |
---|
[2310] | 8 | " |
---|
| 9 | > |
---|
| 10 | <metal:block define-macro="edit_form"> |
---|
| 11 | <metal:block use-macro="here/slip_template/macros/master"> |
---|
| 12 | <metal:block fill-slot="main"> |
---|
[2328] | 13 | <h3 tal:content="info/heading_slip" /> |
---|
[2310] | 14 | <br /> |
---|
| 15 | <div tal:replace="structure rendered_main" /> |
---|
| 16 | |
---|
| 17 | The applicant has confirmed that the picture shown on this slip is a true picture of him/her. |
---|
[2381] | 18 | |
---|
| 19 | <span tal:condition="python:info['screening_type']=='pde'"> |
---|
| 20 | <br /><br /> |
---|
| 21 | <font color="red"> |
---|
| 22 | Notice: Please come back and check for the screening venue as from 30th October. |
---|
| 23 | </font> |
---|
| 24 | </span> |
---|
[2310] | 25 | </metal:block> |
---|
| 26 | </metal:block> |
---|
| 27 | </metal:block> |
---|
| 28 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.