23 lines
562 B
HTML
23 lines
562 B
HTML
<!DOCTYPE html>
|
||
<html lang="fr">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Team not validated – ETEAM</title>
|
||
</head>
|
||
<body>
|
||
Hi,<br/>
|
||
<br />
|
||
Unfortunately, your team "{{ team.name }}" ({{ team.trigram }}) has not been validated.
|
||
Please check that your authorisations are correctly filled in.
|
||
The organisers are sending you this message:<br />
|
||
<br />
|
||
{{ message }}<br />
|
||
<br />
|
||
Please contact us at <a href="mailto:eteam_moc@proton.me">eteam_moc@proton.me</a> if you need further information.
|
||
<br/>
|
||
Sincerely yours,<br/>
|
||
<br/>
|
||
The ETEAM team
|
||
</body>
|
||
</html>
|