{% import "admin/Macros/Buttons/_button.html.twig" as button %}
{% for notification in notifications %}
{{ notification.title|default }}
{% endfor %}
{{ button.button_submit() }}