Last change
on this file since 472 was
472,
checked in by Henrik Bettermann, 18 years ago
|
admission renamed, now application
|
File size:
1.1 KB
|
Rev | Line | |
---|
[472] | 1 | <html> |
---|
| 2 | <tal:block tal:condition="python:context.portal_type == 'Student'" tal:omit-tag=""> |
---|
| 3 | <tal:block tal:define=" |
---|
| 4 | appl python:here.application; |
---|
| 5 | appl_proxy python:appl.getContent(); |
---|
| 6 | clear python:here.clearance; |
---|
| 7 | clear_proxy python:clear.getContent(); |
---|
| 8 | pers python:here.personal; |
---|
| 9 | pers_proxy python:pers.getContent();" |
---|
| 10 | > |
---|
| 11 | |
---|
| 12 | <h2>Acknowledgement Slip for <span tal:content="pers_proxy/firstname" /> <span tal:content="pers_proxy/lastname" /></h2> |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | <tal:block tal:content="structure python:appl_proxy.render(cluster='appl_slip')" /> |
---|
| 16 | <tal:block tal:content="structure python:clear_proxy.render(cluster='appl_slip')" /> |
---|
| 17 | <tal:block tal:content="structure python:pers_proxy.render(cluster='appl_slip')" /> |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | </tal:block> |
---|
| 21 | </tal:block> |
---|
| 22 | <tal:block condition="python:context.portal_type != 'Student'"> |
---|
| 23 | |
---|
| 24 | This is not a student object! |
---|
| 25 | |
---|
| 26 | </tal:block> |
---|
| 27 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.