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

Un administrateur solidaire vous contacte.

{{ context.text }}

{% if context.signature != null %} {% if context.signature.text != null %}

{{ context.signature.text }}

{% endif %} {% if context.signature.logo != null %} {% endif %} {% endif %} {% endblock %}