{% extends 'base.html.twig' %} {% block title %}{{ country.nom }} — Effectif | LPF 2026{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %}
{{ squad.total }} joueur{{ squad.total > 1 ? 's' : '' }} dans la sélection. {% if buteur_pick.enabled and buteur_pick.current_name %} Votre buteur : {{ buteur_pick.current_name }}. {% endif %}