{% extends 'base.html.twig' %}
{% block title %}{{ team.name }} | Equipe | LPF 2026{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% if not team_interview.is_published|default(false) %}
{% endif %}
{% if app.user and badges_active_for(app.user) and team_badges|default([])|length > 0 %}
{% endif %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% if team_ranking_snapshot and team_members is not empty %}
{% endif %}
{% if played_rows is not empty %}
{% endif %}
{% endblock %}
{% block body %}
« {{ team.slogan }} » Pas de slogan renseigné. Aucun joueur dans cette équipe. {{ member.nickname }}
| Équipe | {% for member in team_members %}{{ member.nickname }} | {% endfor %}|
|---|---|---|
| Rang | #{{ team_ranking_snapshot.position }} / {{ latest_ranking_teams_count }} équipes | {% for member in team_members %} {% endfor %}|
| Points | {{ team_ranking_snapshot.totalPoints|number_format(0, ',', ' ') }} | {% for member in team_members %}{% endfor %} |
| Scores exacts | {{ team_points_summary.points_score_exact|number_format(0, ',', ' ') }} ({{ team_points_summary.scores_exacts_count }}) | {% for member in team_members %}{% endfor %} |
| Bons résultats | {{ team_points_summary.points_bon_resultat|number_format(0, ',', ' ') }} ({{ team_points_summary.bons_resultats_count }}) | {% for member in team_members %}{% endfor %} |
| Résultats faux | {{ team_points_summary.points_resultats_faux|number_format(0, ',', ' ') }} ({{ team_points_summary.resultats_faux_count }}) | {% for member in team_members %}{% endfor %} |
| Buteur {% if buteur_points_eliminated|default(false) %} Éliminés {% endif %} | {{ team_points_summary.points_buteur|number_format(0, ',', ' ') }} ({{ team_points_summary.buteur_goals_count }}) | {% for member in team_members %}{% endfor %} |
| {{ bigballs_term('name') }} | {{ team_points_summary.points_bigballs|number_format(0, ',', ' ') }} ({{ team_points_summary.bigballs_succeeded }}/{{ team_points_summary.bigballs_attempted }}) | {% for member in team_members %} {% endfor %}
Aucun classement n'a encore été calculé.
{% else %}Cette équipe ne figure pas au dernier classement enregistré ({{ latest_ranking_teams_count }} équipes classées).
{% endif %}Rang après le dernier match classé de chaque journée calendaire.
{% include 'competition/_team_show_ranking_chart.html.twig' with { ranking_evolution_chart: ranking_evolution_chart, } only %}Dépliez un match pour voir le détail des points équipe (mode facture).
{% if played_rows is empty %}Aucun match joué avec pronostic noté pour les membres de cette équipe.
{% else %}Chargement du détail des points…