• {% set hideClass = updateMessage.isNew or showNewIndicator ? '' : ' hide' %}
    {% trans %}mautic.core.notifications{% endtrans %} {% trans %}mautic.core.notifications.clearall{% endtrans %}
    {{ include('@MauticCore/Notification/notification_messages.html.twig', { notifications: notifications, updateMessage: updateMessage }) }} {% set class = notifications is not empty ? ' hide' : '' %}
    {% set lastNotification = notifications|first %}