{# 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' %}

Choisir mon buteur

{% if app.user.buteurChoisi %}

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 %}
{% if form_return is defined and form_return %} {% endif %}
{% endif %}
{% if form_return %} {% endif %}

Sélection :

{% set current_b = app.user.buteurChoisi %} {% if current_b %}{{ current_b.prenom }} {{ current_b.nom }}{% if current_b.pays %} — {{ current_b.pays.nom }}{% endif %}{% else %}—{% endif %}
{% if dashboard_partners is not empty %} {% endif %}