+++ /dev/null
-<div tal:define="object nocall:options/object;
- text_format object/text_format;">
- <div tal:condition="python:text_format == 'structured-text'"
- class="slot_text">
- <p tal:replace="structure python:here.portal_transforms.convert('st_to_html', object.text)">Structured text</p>
- </div>
- <div tal:condition="python:text_format != 'structured-text' "
- class="slot_text">
- <p tal:replace="structure object/text">plain text</p>
- </div>
-</div>