قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00
10 خطوط
333 B
Twig
10 خطوط
333 B
Twig
<div id="notificationContainer">
|
|
{% if notifications|length %}
|
|
{% for notificationId, n in notifications %}
|
|
|
|
{{ n.message|notification({'id': notificationId, 'type': n.type, 'title': n.title, 'noclear': n.hasNoClear, 'context': n.context, 'raw': n.raw}, false) }}
|
|
|
|
{% endfor %}
|
|
{% endif %}
|
|
</div>
|