mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
3 lines
314 B
Twig
3 lines
314 B
Twig
{% for entry in notifications %}
|
|
<li class="single-notification {{ entry.type }}-notification"><span class="badge alert {{ entry.type }}">{{ entry.type|capitalize }}</span><a target="_blank" href="{{ entry.link }}" title="{{ entry.message|striptags|e('html_attr') }}">{{ entry.message|raw }}</a></li>
|
|
{% endfor %}
|