Files
Archive/havana/Havana_Repo/tools/www-tpl/default-en/housekeeping/base/alert.tpl

8 lines
112 B
Smarty
Raw Normal View History

2025-12-09 06:52:43 +00:00
{% if alert.hasAlert %}
<div class="alert alert-{{ alert.colour }}">
{{ alert.message }}
</div>
{% endif %}