- Timestamp:
- 28 Nov 2007, 09:49:30 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission_manage_form.pt
r2808 r2809 53 53 </span> 54 54 55 <span tal:condition="rendered_main"> 56 <h3 tal:define = "ccode python:ccode[:2]; 57 app_no string:${ccode}${serial}/07; 58 screening_type options/ds/screening_type; 59 cest python: screening_type == 'cest'; 60 "> 61 Application Record <span tal:replace="reg_no"/> 62 <span tal:condition="python: cest and ccode" tal:replace="string:(${app_no})" /> 63 </h3> 55 <span tal:condition="rendered_main"> 56 <h3>Application Record <span tal:replace="reg_no"/> 57 <span tal:condition="python: screening_type == 'cest' and ccode" 58 tal:replace="python:'%s%s/07' % (ccode[:2],serial)" /> 59 </h3> 64 60 <br /> 65 61 <div tal:replace="structure rendered_main" />
Note: See TracChangeset for help on using the changeset viewer.