{% extends 'base.html.twig' %} {% if profile_form %} {% form_theme profile_form 'form/tailadmin_theme.html.twig' %} {% endif %} {% form_theme password_form 'form/tailadmin_theme.html.twig' %} {% if team_form %} {% form_theme team_form 'form/tailadmin_theme.html.twig' %} {% endif %} {% if favorite_country_form %} {% form_theme favorite_country_form 'form/tailadmin_theme.html.twig' %} {% endif %} {% if invitation_form %} {% form_theme invitation_form 'form/tailadmin_theme.html.twig' %} {% endif %} {% if team_setup_form %} {% form_theme team_setup_form 'form/tailadmin_theme.html.twig' %} {% endif %} {% block title %}Compte et équipe{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Compte et équipe

Profil, mot de passe, buteur et paramètres de l’équipe

{% if needs_profile_setup %}
Votre compte existe mais votre profil joueur n’est pas encore enregistré. Complétez le formulaire ci-dessous, puis invitez votre partenaire si besoin.
{% elseif team is null and not team_setup_form %}
Aucune équipe n’est associée à ce compte. Contactez un administrateur si le problème persiste.
{% endif %}
{% if badges_show_tab %} {% endif %} {% if team %} {% endif %} {% if interview_tab_enabled|default(false) %} {% endif %}
{% if has_team_member and not competition_started %} {% endif %} {% if team_setup_form and not competition_started %} {% endif %} {% if can_invite_teammate and invitation_form and not has_team_member %} {% endif %} {% include 'account/_push_notifications_card.html.twig' %}
{% if badges_show_tab %} {% endif %} {% set equipe_form_submitted = (team_form is defined and team_form and team_form.vars.submitted) or (invitation_form is defined and invitation_form and invitation_form.vars.submitted) or (favorite_country_form is defined and favorite_country_form and favorite_country_form.vars.submitted) %} {% if team %} {% endif %} {% if interview_tab_enabled|default(false) %} {% endif %}
{% endblock %}