{# favorite_country_form, favorite_country_state, competition_start_at #}

Joker « Équipe favorite »

Choisissez la sélection nationale que votre équipe soutient. Ce choix reste secret et protège votre équipe sur les matchs de poule où ce pays joue. {% if competition_start_at and favorite_country_state.can_manage %} Modifiable jusqu’au {{ competition_start_at|date('d/m/Y à H\\hi') }} (début de la compétition). {% endif %}

{% if not favorite_country_state.can_manage and favorite_country_state.lock_reason and not favorite_country_state.locked %}

{{ favorite_country_state.lock_reason }}

{% endif %} {% if favorite_country_form and favorite_country_state.can_manage %} {{ form_start(favorite_country_form, {'attr': {'class': 'space-y-3', 'data-turbo': 'false'}}) }} {% form_theme favorite_country_form.favoriteCountry 'form/country_flag_select_widget.html.twig' %} {{ form_row(favorite_country_form.favoriteCountry) }} {{ form_end(favorite_country_form) }} {% elseif favorite_country_state.country_name %}

Équipe favorite actuelle : {% if team.favoriteCountry %} {% include 'components/_country_flag_img.html.twig' with { country: team.favoriteCountry, img_classes: 'country-flag-select-readonly__flag', placeholder_class: 'country-flag-select-readonly__flag-initial', } only %} {% endif %} {{ favorite_country_state.country_name }}.

{% endif %}