{% extends 'base_mail.html.twig' %} {% block body %}
Bonjour{{ user ? ' ' ~ user.firstname : '' }},
{{ app_notification_email_first_line|raw }}
{% for notification in notifications %}{{ notification|sentence|raw }}
{{ notification.action | trans }}, {{ notification.createdAt|ago }} {% if notification.createdBy %} par {{ notification.createdBy }} {% endif %}
{% endfor %} {% endblock %}