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