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

A new member wants to join your community !

Hello {{recipient.givenName|capitalize}} {{recipient.shortFamilyName|capitalize}},

{{context.senderGivenName|capitalize}} {{context.senderShortFamilyName|capitalize}} has asked to join the {{context.community.name}} community

Go to the administration page to review his membership : by clicking here

Thanks, the Mobicoop team

{% endblock %}