{# CAREFUL : Some client might need to replicate this template #}
{% extends 'communicationAlt/fr/email/notification/base.html.twig' %}
{% block body %}
{% set recipient = context.user %}
Your community membership request
|
|
|
Hello {{recipient.givenName|capitalize}} {{recipient.shortFamilyName|capitalize}},
|
|
Your community membership request {{context.community.name}} has been taken into account.
|
|
You will receive a new email when we have validated your membership, and then can then enjoy all the benefits of the service.
|
|
|
Thanks, the Mobicoop team
|
|
|
{% endblock %}