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

Bonjour,

{% if context.applicant != null %}{{ context.applicant.givenName }} {{ context.applicant.familyName }}{% endif %} vient de déposer une demande solidaire. Cette personne a besoin de se déplacer dès le {{ context.journey.criteria.fromDate|date('d/m/Y') }}.

Cliquez ici pour consulter sa demande {{api_env('URL_ADMIN')}}{{ context.adminUrl }}.

Cordialement,

{{ context.structure.name }}

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

{{ context.structure.signature }}

{% endif %}

A bientôt sur {{api_env('EMAILS_PLATFORM_NAME')}}

{% endblock %}