{% if updateMessage.message is not empty %}

{{ updateMessage.message|raw }}

{% trans %}mautic.core.update.now{% endtrans %}
{% endif %} {% for n in notifications %} {{ include('MauticCoreBundle:Notification:notification.html.twig', {n: n}) }} {% endfor %}