mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 11:52:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<!--suppress HtmlUnknownTarget -->
 | 
						|
<html lang="fr">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Demande de validation de paiement pour le TFJM² {YEAR}</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
Bonjour {FIRST_NAME} {SURNAME},<br />
 | 
						|
<br />
 | 
						|
{USER_FIRST_NAME} {USER_SURNAME} de l'équipe {TEAM_NAME} ({TRIGRAM}) annonce avoir réglé sa participation pour le tournoi {TOURNAMENT_NAME}.
 | 
						|
Les informations suivantes ont été communiquées :<br /><br />
 | 
						|
<strong>Équipe :</strong> {TEAM_NAME} ({TRIGRAM})<br />
 | 
						|
<strong>Tournoi :</strong> {TOURNAMENT_NAME}<br />
 | 
						|
<strong>Moyen de paiement :</strong> {PAYMENT_METHOD}<br />
 | 
						|
<strong>Montant :</strong> {AMOUNT} €<br />
 | 
						|
<strong>Informations sur le paiement :</strong> {PAYMENT_INFOS}<br />
 | 
						|
<br />
 | 
						|
Vous pouvez désormais vérifier ces informations, puis valider (ou non) le paiement sur
 | 
						|
<a href="{URL_BASE}/informations/{USER_ID}/">la page associée à ce participant</a>.
 | 
						|
<br />
 | 
						|
Avec toute notre bienveillance,
 | 
						|
<br />
 | 
						|
Le comité national d'organisation du TFJM<sup>2</sup>
 | 
						|
</body>
 | 
						|
</html>
 |