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

Communtity {{context.community.name}} created

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

The community {{context.community.name}} has been created, and you're the referent.

Thanks, the Mobicoop team

{% endblock %}