Get an objects Review State
Use the following code snippet to obtain an object's current review state in a zope/plone application:
<div tal:content="python: here.portal_workflow.getInfoFor(here, 'review_state')">Review State</div>
<div tal:content="python: here.portal_workflow.getInfoFor(here, 'review_state')">Review State</div>

