f"Vous venez de vous désinscrire du tournoi {tournament_details_str}{name_str}",
f" du {tournament.start_date.strftime('%d/%m/%Y')} @ {tournament.event.club.name}"
"Bonjour,\n",
f"Votre inscription au tournoi{tournament_details_str}{name_str} du {tournament.start_date.strftime('%d/%m/%Y')} @ {tournament.event.club.name} a été annulée"
]
ifother_player:
ifother_playerisnotNone:
body_parts.append(
f"\n\nVous étiez inscrit avec {other_player.name()}, n'oubliez pas de prévenir votre partenaire."
)
body_parts.extend([
f"\n\nVoir les informations sur {request.build_absolute_uri(f'/tournament/{tournament.id}/')}",
"\n\nPour toute question, veuillez contacter votre juge-arbitre. "
"Si vous n'êtes pas à l'origine de cette inscription, merci de le contacter rapidement.",