Files
e-cosplay/templates/mails/candidat/refused.twig
Serreau Jovann 363b3f77a9 ```diff
[feat](src/Service/Pdf/Candidat.php): Améliore fiche d'adhésion avec infos communauté & associatif (en)

 feat(src/EventSubscriber/LocaleListener.php): Ajoute langues GER & ES (en)
 feat(src/EventSubscriber/SitemapSubscriber.php): Ajoute lien vers les règles (en)
 feat(templates/mails/candidat/refused.twig): Ajoute mail de refus (en)
 feat(translations/messages.ger.yaml): Ajoute traduction Allemande (en)
 feat(templates/txt-mails/candidat/refused.twig): Ajoute mail refus TXT (en)
 feat(src/Controller/LegalController.php): Ajoute la page des règles (en)
 feat(src/Dto/Join/JoinType.php): Ajoute champs civilité & communauté (en)
 feat(translations/messages.en.yaml): Ajoute traductions pour les règles (en)
 feat(translations/messages.es.yaml): Ajoute traductions Espagnoles (en)
 feat(templates/admin/joint.twig): Ajoute page de gestion des candidatures (en)
 feat(src/Dto/Contact/ContactType.php): Supprime captcha contact (en)
 feat(templates/admin/join_edit.twig): Ajoute page d'edition candidature (en)
 feat(templates/mails/candidat/new.twig): Améliore mail de notification (en)
 feat(templates/txt-mails/candidat/new.twig): Améliore mail de notification TXT (en)
 feat(templates/base.twig): Ajoute lien vers page des règles (en)
 feat(src/Controller/Admin/AdminController.php): Ajoute la gestion des candidatures (en)
 feat(templates/legal/rules.twig): Ajoute la page des règles (en)
```
2025-12-25 19:19:07 +01:00

53 lines
2.3 KiB
Twig

{% extends 'mails/base.twig' %}
{% block subject %}
Réponse à ta candidature - Association E-Cosplay
{% endblock %}
{% block content %}
<mj-section background-color="#ffffff" padding-top="20px">
<mj-column width="100%">
<mj-text font-size="20px" color="#333333" font-weight="bold">
Bonjour {{ datas.join.name }},
</mj-text>
<mj-text font-size="15px" color="#555555" line-height="24px">
Nous te remercions d'avoir pris le temps de postuler pour rejoindre l'association <strong>E-Cosplay</strong>.
</mj-text>
<mj-text font-size="15px" color="#555555" line-height="24px">
Après étude de ton dossier par notre équipe, nous avons le regret de t'informer que nous ne pouvons pas donner suite à ta candidature pour le moment.
</mj-text>
</mj-column>
</mj-section>
<mj-section background-color="#ffffff" padding-top="0px">
<mj-column width="100%" background-color="#fff5f5" border-left="4px solid #f56565" padding="10px 20px">
<mj-text font-size="14px" color="#c53030" font-weight="bold" padding-bottom="5px">
Motif de notre décision :
</mj-text>
<mj-text font-size="14px" color="#555555" line-height="20px" font-style="italic">
"{{ datas.reason }}"
</mj-text>
</mj-column>
</mj-section>
<mj-section background-color="#ffffff" padding-top="20px">
<mj-column width="100%">
<mj-text font-size="14px" color="#555555" line-height="22px">
Cette décision n'est pas un jugement sur ton talent ou ta motivation, mais correspond à nos besoins et critères actuels. Nous te souhaitons beaucoup de succès dans tes futurs projets cosplay.
</mj-text>
<mj-text font-size="14px" color="#333333" font-weight="bold" padding-top="20px">
L'équipe E-Cosplay
</mj-text>
</mj-column>
</mj-section>
<mj-section>
<mj-column width="100%">
<mj-text font-size="11px" color="#999999" align="center">
E-Cosplay - Beautor, France<br>
Ceci est un message automatique, merci de ne pas y répondre.
</mj-text>
</mj-column>
</mj-section>
{% endblock %}