src/pyams_skin/templates/help.pt
changeset 557 bca7a7e058a3
equal deleted inserted replaced
-1:000000000000 557:bca7a7e058a3
       
     1 <tal:if define="help view.help"
       
     2 		condition="help">
       
     3 	<div tal:attributes="class string:margin-${help.outer_margin} help alert alert-block alert-${help.status} fade in">
       
     4 		<h4 class="alert-heading" tal:content="help.header"></h4>
       
     5 		<div tal:replace="structure tales:html(help)"></div>
       
     6 	</div>
       
     7 </tal:if>