{{ block title }}
Results (Round {{player.round_number}})
{{ endblock }}
{{ block content }}
Below, you find all players' numbers.
You are player {{player.id_in_group}}. The number you chose is {{player.field_maybe_none('number')}}.
With a distance of {{player.field_maybe_none('distance')|to2}} from the correct answer (which is {{group.two_thirds_mean|to2}}), you finished up in place {{player.field_maybe_none('place')}}.
| Player | Number Chosen | ||
|---|---|---|---|
| {{ item.id }} | {{ item.value }} | {{ else }}{{ item.id }} | {{ item.value }} | {{ endif }}