Last change
on this file since 661 was
661,
checked in by Henrik Bettermann, 18 years ago
|
Application Slip link only shown when status 'admission_applied'
|
File size:
494 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', 'admission_applied'];"> |
---|
6 | |
---|
7 | <span tal:condition="python:path('info/review_state') in status_list "> |
---|
8 | <span tal:content="info/review_state" /> |
---|
9 | </ span> |
---|
10 | |
---|
11 | </tal:block> |
---|
12 | |
---|
Note: See
TracBrowser for help on using the repository browser.