source:
WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt
@
523
Last change on this file since 523 was 517, checked in by , 18 years ago | |
---|---|
File size: 309 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 | |
5 | <span tal:condition="python:path('info/review_state')!='work'"> |
6 | Status: <span tal:content="info/review_state" /> |
7 | </ span> |
8 | |
9 | </tal:block> |
10 |
Note: See TracBrowser for help on using the repository browser.