Last change
on this file since 2356 was
2328,
checked in by Henrik Bettermann, 17 years ago
|
improve application forms
|
File size:
737 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. |
---|
[2328] | 18 | |
---|
[2310] | 19 | </metal:block> |
---|
| 20 | </metal:block> |
---|
| 21 | </metal:block> |
---|
| 22 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.