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

Your registration is validated !

Hello {{context.user.givenName|capitalize}} {{context.user.shortFamilyName|capitalize}}

Your Mobicoopregistration has been completed.

{% if api_env('RZP_API_URI') and api_env('RZP_API_URI') is not empty %}

You're almost there! Finalize your registration with Rezo Pouce by following the few steps indicated.

{% endif %} {% if context.user.backLink and context.user.backLink is not null %}

Please click on this link to confirm your email : {{ context.user.backLink }}{{ context.user.emailToken }}

Or use the validation code directly on the site : {{ context.user.emailToken }}

{% elseif context.user.mobileRegistration is not null %}

Please click on this link to confirm your email : {{ api_env('EMAILS_MOBILE_PLATFORM_URL') }}/#/confirm-registration/{{ context.user.email }}?token={{ context.user.emailToken }}

Or use the validation code directly on the site : {{ context.user.emailToken }}

{% else %}

Please click on this link to confirm your email : {{ api_env('EMAILS_PLATFORM_URL') }}/utilisateur/inscription/validation/{{ context.user.email }}/{{ context.user.emailToken }}.

Or use the validation code directly on the site : {{ context.user.emailToken }}

{% endif %}

See you soon on Mobicoop

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

{{ context.signature.text }}

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

{% endblock %}