src/pyams_content/shared/view/zmi/templates/render.pt
changeset 643 6fa677b3456c
parent 642 f2323704d6c3
child 644 e8af44ddd0ae
equal deleted inserted replaced
642:f2323704d6c3 643:6fa677b3456c
     1 <fieldset i18n:domain="pyams_content">
       
     2 	<legend class="inner" i18n:translate="">View result items</legend>
       
     3 	<div class="alert alert-info padding-5" i18n:translate="">
       
     4 		WARNING: items displayed in this preview are out of context!!
       
     5 	</div>
       
     6 	<tal:loop repeat="item view.items">
       
     7 		<span tal:content="i18n:item.title" /><br />
       
     8 	</tal:loop>
       
     9 </fieldset>