Notifications

{% for notification in notifications %}
{% svgIcon notification.icon %}

{% if notification.status == 'unread' %} {% endif %} {{ notification.title }}

{{ notification.timestamp | date }}

{% if notification.body %} {% endif %}
{% if notification.body %}
{{ notification.body | safe }}
{% endif %}
{% endfor %}
View all notifications