{{ block title }}結果{{ endblock }} {{ block content }}

ここで選ばれた数字は次のようになりました。

{{ sorted_guesses }}

これらの数字の平均の2/3の値は {{ group.two_thirds_avg }}です。 1番近い数字は {{ group.best_guess }}です。

あなたが選んだ数字は {{ player.guess }}でした。

{{ if player.is_winner }} {{ if group.num_winners > 1 }} よってあなたは1番近い数字を選んだ {{ group.num_winners }} 人のうちの1人であるため {{ else }} あなたの勝ちです! {{ endif }} {{ else }} あなたの負けです。 {{ endif }} あなたは {{ player.payoff }}獲得します。

{{ next_button }} {{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}