Changeset 472 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 2 Sep 2006, 14:51:14 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 4 added
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/acknowledge_slip.pt
r460 r472 18 18 <tal:block tal:condition="python:context.portal_type == 'Student'" tal:omit-tag=""> 19 19 <tal:block tal:define=" 20 a dm python:here.admission;21 a dm_proxy python:adm.getContent();20 appl python:here.application; 21 appl_proxy python:appl.getContent(); 22 22 clear python:here.clearance; 23 23 clear_proxy python:clear.getContent(); … … 29 29 30 30 31 <tal:block tal:content="structure python:a dm_proxy.render(cluster='adm_slip')" />32 <tal:block tal:content="structure python:clear_proxy.render(cluster='a dm_slip')" />33 <tal:block tal:content="structure python:pers_proxy.render(cluster='a dm_slip')" />31 <tal:block tal:content="structure python:appl_proxy.render(cluster='appl_slip')" /> 32 <tal:block tal:content="structure python:clear_proxy.render(cluster='appl_slip')" /> 33 <tal:block tal:content="structure python:pers_proxy.render(cluster='appl_slip')" /> 34 34 35 35
Note: See TracChangeset for help on using the changeset viewer.