Game played on {{ game.played_date.date }}

{% for score in game_scores %} {% endfor %} {% for round in game.rounds %} {% for player, points in round.points %} {% endfor %} {% if round.made %} {% else %} {% endif %} {% endfor %}
{{ score.player.initials }}
{{ score.score }}{% if score.made_bid %} * {% endif %}
{% if score.trueskill_change >= 0 %} (+{{ score.trueskill_change|floatformat:1 }}) {% else %} ({{ score.trueskill_change|floatformat:1 }}) {% endif %}
{% if game.bids.all|length > 0 %} {% endif %}
{{ points }} {{ round.description }} ({{ round.bid.points_made }}) {{ round.description }} ({{ round.bid.points_made }})