mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 12:32:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			765 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			765 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<!--suppress HtmlUnknownTarget -->
 | 
						|
<html lang="fr">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Validation du paiement pour le TFJM² {YEAR}</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
Bonjour {FIRST_NAME} {SURNAME},<br />
 | 
						|
<br />
 | 
						|
Votre paiement pour le TFJM² {YEAR} a bien été validé. Pour rappel, vous aviez fourni ces informations :<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 />
 | 
						|
{MESSAGE}
 | 
						|
<br />
 | 
						|
Avec toute notre bienveillance,
 | 
						|
<br />
 | 
						|
Le comité national d'organisation du TFJM<sup>2</sup>
 | 
						|
</body>
 | 
						|
</html>
 |