src/pyams_skin/templates/help.pt
changeset 0 bb4aabe07487
child 370 165520cca3eb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_skin/templates/help.pt	Thu Feb 19 10:59:00 2015 +0100
@@ -0,0 +1,7 @@
+<tal:if define="help view.help"
+		condition="help">
+	<div tal:attributes="class string:margin-${help.outer_margin} help alert alert-block alert-${help.status} fade in">
+		<h4 class="alert-heading" tal:content="help.header"></h4>
+		<div tal:replace="structure extension:html(help)"></div>
+	</div>
+</tal:if>