- Timestamp:
- 13 Dec 2006, 18:03:25 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt
r1037 r1046 1 <tal:block define="mtool here/portal_membership; 2 utool nocall:here/portal_url; 3 portal_url utool; 4 member mtool/getAuthenticatedMember; 5 roles member/getRoles; 6 item nocall:options/context_obj; 7 info item/getStudentInfo;" 8 condition="python:'Student' in roles 9 "> 10 11 12 1 <tal:block define="item nocall:options/context_obj; 2 info item/getStudentInfo;" 3 condition="context/isStudent"> 13 4 <table class="registration" tal:condition="info|nothing"> 14 15 5 <span tal:condition="python:path('info/review_state')=='application_pin_entered'"> 16 6 <tr><td class="active">
Note: See TracChangeset for help on using the changeset viewer.