{# @param precomp_checklist array #} {% set account = precomp_checklist.account %} {% set buteur = precomp_checklist.buteur %} {% set favorite = precomp_checklist.favorite %} {% set notifications = precomp_checklist.notifications %} {% if not precomp_checklist.all_done or not cotisation_payee %}

Avant la compétition

Préparez votre compte, votre équipe et vos choix de jeu avant le coup d’envoi.

{% if not cotisation_payee %} {% include 'home/_dashboard_cotisation_block.html.twig' %} {% endif %} {% if not precomp_checklist.all_done %} {% if not account.done %}
{% include 'home/_precomp_card_status_mark.html.twig' with { done: false } only %}

Finaliser son compte et son équipe

Avatar, inviter son partenaire, slogan et image d’équipe.

    {% for check in account.checks %}
  • {{ check.label }}
  • {% endfor %}
Compléter mon équipe
{% endif %} {% if not buteur.done %}
{% include 'home/_precomp_card_status_mark.html.twig' with { done: false } only %}

Choisir son buteur

Sélectionnez le buteur qui comptera pour votre score.

{% if buteur.blocked_by_cotisation %}

Réglez votre cotisation pour pouvoir enregistrer un buteur.

{% endif %} Choisir mon buteur
{% endif %} {% if not favorite.done %} {% endif %} {% if not notifications.done %}
{% include 'home/_precomp_card_status_mark.html.twig' with { done: false } only %}

Configurer les notifications

Relances pronostic, but de votre buteur, mentions forum et messages organisateur : choisissez ce que vous recevez par e-mail et par push.

Choisissez vos e-mails et, si vous le souhaitez, activez aussi les push sur votre téléphone ou ordinateur.

Gérer mes notifications
{% endif %} {% endif %}
{% endif %}