Files
e-cosplay/templates/mails/candidat/confirm.twig

45 lines
2.1 KiB
Twig
Raw Normal View History

{% extends 'mails/base.twig' %}
{% block subject %}
Confirmation de réception - Ta candidature chez E-Cosplay
{% endblock %}
{% block content %}
<mj-section background-color="#ffffff" padding-top="20px">
<mj-column width="100%">
{# Utilisation du Pseudo si disponible, sinon le Prénom #}
<mj-text font-size="24px" color="#1A1A1A" font-weight="900" align="center" font-style="italic" text-transform="uppercase">
MERCI {{ datas.join.pseudo|default(datas.join.name)|upper }} !
</mj-text>
<mj-text font-size="16px" color="#444444" line-height="24px" align="center">
Ta candidature pour rejoindre l'association <strong>E-Cosplay</strong> a bien été enregistrée.
</mj-text>
<mj-divider border-color="#FFC107" border-width="4px" width="60px"></mj-divider>
</mj-column>
</mj-section>
<mj-section background-color="#ffffff" padding-top="0px">
<mj-column width="90%" border="2px solid #1A1A1A" background-color="#FAFAFA" padding="15px">
<mj-text font-size="15px" color="#1A1A1A" line-height="22px">
Ton dossier est désormais entre les mains de notre équipe pour validation.
</mj-text>
<mj-text font-size="15px" color="#1A1A1A" line-height="22px">
Conformément à nos principes démocratiques, chaque membre du bureau doit voter. Tu recevras une réponse définitive <strong>sous 7 à 10 jours ouvrés</strong>.
</mj-text>
<mj-text font-size="15px" color="#1A1A1A" line-height="22px" font-weight="bold">
Reste à l'affût de tes emails ou de ton compte Discord !
</mj-text>
</mj-column>
</mj-section>
<mj-section padding-top="30px">
<mj-column width="100%">
<mj-text font-size="11px" color="#999999" align="center">
<strong>E-Cosplay</strong> - Association loi 1901<br>
42 rue de saint-quentin, 02800 Beautor<br>
© {{ "now"|date("Y") }} - Ceci est un message automatique.
</mj-text>
</mj-column>
</mj-section>
{% endblock %}