Mon équipe

{% if team %}

{{ team.name }}

{% if team_ranking_snapshot %}
Classement équipes
#{{ team_ranking_snapshot.position }} {% if latest_ranking_teams_count > 0 %} / {{ latest_ranking_teams_count }} {% endif %}
Points équipe
{{ team_ranking_snapshot.totalPoints|number_format(0, ',', ' ') }}
{% endif %} {% if user_ranking_points is not null %}
Mes points (solo)
{{ user_ranking_points|number_format(0, ',', ' ') }}
{% endif %} {% if user_ranking_position is not null %}
Rang joueurs
#{{ user_ranking_position }}
{% endif %}
{% if dashboard_partners is not empty %}
    {% for partner in dashboard_partners %}
  • {{ partner.email|split('@')|first }}
  • {% endfor %}
{% endif %}

Fiche équipe Classement

{% else %}

Rejoignez ou créez une équipe pour voir la synthèse ici.

{% endif %}