{# buteur_stats: goals, points, cote, selections, total_players #} {% if buteur_stats and app.user.buteurChoisi %}

Mon buteur — {{ app.user.buteurChoisi.prenom }} {{ app.user.buteurChoisi.nom }}

{% include 'buteur/_stats_block.html.twig' with { buteur_stats: buteur_stats } only %}
{% endif %}