27 lines
No EOL
877 B
XML
Executable file
27 lines
No EOL
877 B
XML
Executable file
<!-- ZPT macros for loops.compound.microart views -->
|
|
<html i18n:domain="loops">
|
|
|
|
|
|
<div metal:define-macro="main"
|
|
tal:define="data item/data"
|
|
class="microart">
|
|
<metal:block use-macro="view/concept_macros/concepttitle_only" />
|
|
<div class="description"
|
|
tal:define="description description|item/renderedDescription"
|
|
tal:condition="description">
|
|
<span tal:content="structure description">Description</span>
|
|
</div>
|
|
<div class="text">
|
|
<div class="span-6 last"
|
|
tal:content="structure item/story" />
|
|
<div class="span-2"
|
|
tal:content="structure item/insight" />
|
|
<div class="span-2"
|
|
tal:content="structure item/consequences" />
|
|
<div class="span-2 last"
|
|
tal:content="structure item/followUps" /></div><br clear="both" />
|
|
<metal:block use-macro="view/comment_macros/comments" />
|
|
</div>
|
|
|
|
|
|
</html> |