Last change
on this file since 728 was
728,
checked in by Henrik Bettermann, 18 years ago
|
verdict no more in student_course_result
|
File size:
983 bytes
|
Line | |
---|
1 | <tal:block define="item nocall:options/context_obj; |
---|
2 | info item/getContentInfo; |
---|
3 | base_url python: request.get('cpsskins_base_url'); |
---|
4 | status_list python: ['checked', 'unchecked', 'opened', 'closed', |
---|
5 | 'created', 'application_pin_entered', |
---|
6 | 'admission_applied', |
---|
7 | 'cleared_and_validated', |
---|
8 | 'category_A', |
---|
9 | 'category_B', |
---|
10 | 'category_C', |
---|
11 | 'category_D', |
---|
12 | 'category_E', |
---|
13 | 'category_F', |
---|
14 | 'content_addable'];"> |
---|
15 | |
---|
16 | <span tal:condition="python:path('info/review_state') in status_list "> |
---|
17 | <span tal:content="info/review_state" /> |
---|
18 | </ span> |
---|
19 | |
---|
20 | </tal:block> |
---|
21 | |
---|
Note: See
TracBrowser for help on using the repository browser.