blob: a9898b4e34135936e63939497b61312fb1e96e00 (
plain)
1
2
3
4
5
|
{% from 'simple/icons.html' import icon %}
<div class="alert alert-info fade in" role="alert">
<strong class="lead">{{ icon('info-sign') }} {{ _('Information!') }}</strong>
{{ _('currently, there are no cookies defined.') }}
</div>
|