2022-04-30 06:01:53 +00:00
|
|
|
{% from 'simple/icons.html' import icon %}
|
2015-06-05 07:07:59 +00:00
|
|
|
<div class="alert alert-info fade in" role="alert">
|
|
|
|
<strong class="lead">{{ icon('info-sign') }} {{ _('Information!') }}</strong>
|
|
|
|
{{ _('currently, there are no cookies defined.') }}
|
|
|
|
</div>
|