{# picker_id_prefix, cotisation_payee, dashboard_partners, buteurs_pris_par_autres_equipes, form_return optionnel (account) #} {% set buteur_block_disabled = not cotisation_payee %} {% set listbox_id = picker_id_prefix ~ '-buteur-listbox' %}
Choix actuel : {{ app.user.buteurChoisi.prenom }} {{ app.user.buteurChoisi.nom }} {% if app.user.buteurChoisi.pays %}({{ app.user.buteurChoisi.pays.nom }}){% endif %}
{% if buteur_stats is defined and buteur_stats %} {% include 'buteur/_stats_block.html.twig' with { buteur_stats: buteur_stats } only %} {% endif %} {% endif %}