{{ block title }} 結果頁面(第 {{ player.round_number }} 回合) {{ endblock }} {{ block content }} {{ if player.is_no_decision }} 您未在時限內作答。 {{ else }} 您的數字為 {{ player.guess_num }}。 {{ endif }}
{{ if player.all_no_decision }} 本回合的勝利數字不存在! {{ else }} 本回合的勝利數字是:{{ vic_num }} {{ endif }}
{{ if player.is_winner }} 恭喜您為本回合贏家! {{ else }} 很抱歉,您未能獲勝。 {{ endif }}
您在本回合的報酬為NT{{ player.payoff }}

{{ if player.full_information }}
其他參與者所選數字:
Number:所有參與者所選數字     Count:出現次數
{{ else }} {{ endif }} {{ endblock }}