{{ block title }}最終結果{{ endblock }} {{ block content }} {{ for p in player_in_all_rounds }} {{ endfor }}
ラウンド 情報取得 落札結果 スコア
{{ p.round_number }} {{ if p.acquisition }} Yes {{ else }} No {{ endif }}  {{ if p.is_winner }} 成功 {{ else }} 失敗 {{ endif }}  {{p.payoff}}

あなたの総利得は{{ total_payoff }}でした!
最も高い総利得は{{subsession.highest_gain}}です。
あなたのIDは{{player.id_in_subsession}}で、あなたの順位は{{your_rank}}位でした。
*他の参加者の実験が終わっていない場合、終了した人のみでのランキングが表示されます。ページを更新するとランキングも更新されます。

{{for i in rank_number}} {{ endfor }} {{ for i in rank_key }} {{ endfor }} {{ for i in rank_value }} {{ endfor }}
順位{{i}}位
Player ID{{i}}
結果{{i}}

それでは、本番が始まります。 {{ next_button }}

{{ endblock }}