{# pronostic: Pronostic|null, match: GameMatch #} {% if pronostic %} {% set score_home = pronostic.scoreDomicile %} {% set score_away = pronostic.scoreExterieur %} {% elseif match_uses_default_zero_prono(match) %} {% set score_home = prono_form_default_score_domicile(match) %} {% set score_away = prono_form_default_score_exterieur(match) %} {% else %} {% set score_home = null %} {% set score_away = null %} {% endif %} {% set player = connected_player_sidebar() %}
{% if player and player.avatar %} {% elseif app.user and app.user.avatar %} {% else %} {% endif %}
{% if score_home is not null and score_away is not null %} {{ score_home }} - {{ score_away }} {% else %} — {% endif %}