{{ 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')}}.

{{ for item in ans }} {{ if item.highlight }} {{ else }} {{ endif }} {{ endfor }}
Player Number Chosen
{{ item.id }} {{ item.value }}{{ item.id }} {{ item.value }}

{{ next_button }} {{ endblock }}