{% if recap.recap_gif_url %}

{% endif %}

Ola {{ nickname }},

{% if recap.player_comparison %} t'as besoin d’une p'tite teq paf ou bien ? C'est {{ recap.player_comparison.leader_nickname }} qui tient la baraque. {% else %} {{ recap.intro_line|raw }} {% endif %}

Période · {{ recap.period_label }}

{% if recap.total_team_points > 0 %} +{{ recap.total_team_points|number_format(0, ',', ' ') }} pts sur {{ recap.matches_count }} match{{ recap.matches_count > 1 ? 's' : '' }} : Grosse perf' ! {% else %} {{ recap.total_team_points|number_format(0, ',', ' ') }} pt sur {{ recap.matches_count }} match{{ recap.matches_count > 1 ? 's' : '' }} : ça peut repartir très vite. {% endif %}
Équipe {{ recap.team_name }}. {% if recap.player_comparison %} {{ recap.player_comparison.leader_nickname }} est à {{ recap.player_comparison.leader_points }} pts, {{ recap.player_comparison.trailer_nickname }} à {{ recap.player_comparison.trailer_points }} pts. {% endif %}

{% if recap.bigballs_summary.attempted > 0 %}

{{ bigballs_term('name') }} = les 2 joueurs posent exactement le même prono sur un match. Sur la période : {{ recap.bigballs_summary.succeeded }} réussi{{ recap.bigballs_summary.succeeded > 1 ? 's' : '' }} / {{ recap.bigballs_summary.attempted }} tenté{{ recap.bigballs_summary.attempted > 1 ? 's' : '' }}.

{% endif %}

Au niveau des buteurs : {% if recap.goals is not empty %} {% for goal in recap.goals %} {{ goal.buteur }} ({{ goal.nickname }}) vous rapporte {{ goal.points }} pts{% if goal.match %} sur {{ goal.match }}{% endif %}{% if not loop.last %} ; {% else %}, pas mal.{% endif %} {% endfor %} {% else %} aucun buteur n'a scoré pour vous sur cette période. {% endif %}

Jokers subis : {% if recap.jokers_suffered is empty %} aucun joker subi. {% else %} {% for j in recap.jokers_suffered %} Une équipe vous a posé {{ j.name }} sur {{ j.match }}. {% if j.blocked %}Heureusement, il a été neutralisé.{% else %}Cette fois, il n'a pas été neutralisé.{% endif %} {% if not loop.last %}
{% endif %} {% endfor %} {% endif %}

Jokers posés : {% if recap.jokers_placed is empty %} aucun joker posé. {% else %} {% for j in recap.jokers_placed %} Votre joker {{ j.name }} sur {{ j.match }} {% if j.team_points is defined %}vous rapporte {{ j.team_points|number_format(0, ',', ' ') }} pts{% else %}a été joué{% endif %} : belle pioche ! {% if not loop.last %}
{% endif %} {% endfor %} {% endif %}

Classement : {% if recap.ranking %} {% if recap.ranking.before %} Du coup, vous avez {% if recap.ranking.delta_positions > 0 %} grimpé de {{ recap.ranking.delta_positions }} place(s) {% elseif recap.ranking.delta_positions < 0 %} perdu {{ recap.ranking.delta_positions|abs }} place(s) {% else %} gardé la même place {% endif %} au classement ({{ recap.ranking.before.position }}e → {{ recap.ranking.after.position }}e, {% if recap.ranking.delta_points >= 0 %}+{% endif %}{{ recap.ranking.delta_points|number_format(0, ',', ' ') }} pts au total). Chapeau ! {% else %} Vous êtes actuellement {{ recap.ranking.after.position }}e / {{ recap.ranking.after.teams_count }}. {% endif %} {% else %} pas de variation disponible sur la période. {% endif %}

{% include 'email/content/_cta_button.html.twig' with { actionUrl: teamShowUrl, ctaLabel: 'Voir la fiche de mon équipe', } only %}

Classement complet

Pas envie de ce récap ? Désactiver dans mes notifications.