{# CAREFUL : Some client might need to replicate this template #} {% extends 'communicationAlt/fr/email/notification/base.html.twig' %} {% block body %}

A user has been reported

It's about {{ context.user.givenName }} {{ context.user.familyName }} {{ context.user.email }}

The email address of the reporting user is {{ context.reporterEmail }}

report details :

{{ context.text | nl2br }}

{% endblock %}