1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-06 14:47:46 +00:00
Havana/tools/www-tpl/es/housekeeping/base/alert.tpl

8 lines
112 B
Smarty
Raw Normal View History

{% if alert.hasAlert %}
<div class="alert alert-{{ alert.colour }}">
{{ alert.message }}
</div>
{% endif %}