{% extends 'communication/fr/email/notification/base.html.twig' %} {% block body %}
{% if context.structure.logo != null %} Logo {{ context.structure.name }} {% endif %}

Hello,

{% if context.applicant != null %}{{ context.applicant.givenName }} {{ context.applicant.familyName }}{% endif %} has just submitted a solidarity request. This person needs to move from{{ context.journey.criteria.fromDate|date('d/m/Y') }}.

Click here to consult his request{{api_env('URL_ADMIN')}}{{ context.adminUrl }}.

Sincerely,

{{ context.structure.name }}

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

{{ context.structure.signature }}

{% endif %}

See you soon on {{api_env('EMAILS_PLATFORM_NAME')}}

{% endblock %}