53 lines
2.3 KiB
Twig
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 %}
|