<div role="alert" class="alert alert-">

</div>
<div role="alert" class="alert alert-{{ type }}"{% if errors %} tabindex="-1" aria-describedby="form-errors"{% endif %}>
	{% if errors %}
		<p id="form-errors">
    		<strong>{{ text }}</strong>
    	</p>
    	<ul>
    		{% for error in errors %}
    			<li>
    				{{ error }}
    			</li>
    		{% endfor %}
    	</ul>
	{% else %}
		{{ text }}
	{% endif %}
</div>
/* No context defined for this component. */

There are no notes for this item.