{{ dateToHumanized(n.dateAdded) }} {% if not n.isRead %} {% endif %}
{% if n.header %}
{{ n.header|trans|purify }}
{% endif %}
{{ format(n.message, 'html') }}
{% include '@MauticCore/Helper/button.html.twig' with { buttons: [ { variant: 'ghost', icon_only: true, icon: 'ri-close-line do-not-close', label: 'mautic.core.notifications.clear', size: 'xs', attributes: { 'class': 'pull-right close do-not-close' }, onclick: 'Mautic.clearNotification(' ~ n.id ~ ');' } ] } %}