{# match: GameMatch, live: bool|false #} {% set score_home = match.scoreDomicile is not null ? match.scoreDomicile : 0 %} {% set score_away = match.scoreExterieur is not null ? match.scoreExterieur : 0 %}