source: WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt @ 600

Last change on this file since 600 was 543, checked in by Henrik Bettermann, 18 years ago

reorganisation part 2
themes modification will follow

File size: 500 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', 'admission_pin_entered', 'admission_applied'];">
6
7<span tal:condition="python:path('info/review_state') in status_list ">
8  Status: <span tal:content="info/review_state" />
9</ span>
10
11</tal:block>
12
Note: See TracBrowser for help on using the repository browser.