{% extends 'base.html.twig' %} {% block title %}{{ 'notifications.page_title'|trans({}, 'Notifications') }}{% endblock %} {% block body %}
{{ 'notifications.empty'|trans({}, 'Notifications') }}
{{ notification.message }}