Current File : /home/jvzmxxx/wiki1/extensions/Flow/handlebars/flow_errors.partial.handlebars
<div class="flow-error-container">
{{#if @root.errors}}
	<div class="flow-errors errorbox">
		<ul>
			{{#each @root.errors}}
				<li>{{~html message~}}</li>
			{{/each}}
		</ul>
	</div>
{{/if}}
</div>