mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-23 00:38:25 +02:00
Send mail to teams that are selected to the final
This commit is contained in:
21
templates/mail_templates/select_for_final.html
Normal file
21
templates/mail_templates/select_for_final.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Sélection pour la finale - TFJM²</title>
|
||||
</head>
|
||||
<body>
|
||||
Bonjour {{ user }},<br>
|
||||
<br>
|
||||
Félicitations ! Votre équipe « {{ team.name }} » ({{ team.trigram }}) est sélectionnée pour la finale nationale !<br>
|
||||
<br>
|
||||
La finale aura lieu du {{ tournament.date_start }} au {{ tournament.date_end }}. Vous pouvez peaufiner vos solutions
|
||||
si vous le souhaitez jusqu'au {{ tournament.date_solutions }}.<br>
|
||||
<br>
|
||||
Bravo encore !<br>
|
||||
<br>
|
||||
Cordialement,<br>
|
||||
<br>
|
||||
Le comité national d'organisation du TFJM²
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user