• {% if not match.started%} - {% elif bet is none %} 0 {% else %} {% set points=bet.evaluate() %} {% if points == 0 %} {{ points }} {% elif points <= 3 %} {{ points }} {% elif points <= 7 %} {{ points }} {% elif points <= 10 %} {{ points }} {% elif points <= 12 %} {{ points }} {% elif points > 12 %} {{ points }} {% else %} {{ points }} {% endif %} {% endif %}

    {% if match.started %} {{ match.home_current_score }} : {{ match.away_current_score }} {% else %} - : - {% endif %}