{{ extends 'global/Page.html' }} {{ block title }}結果(第{{participant.round1}}ラウンド){{ endblock }} {{ block content }} {{ for p in player.get_others_in_group }} {{ endfor }}
『グループの口座』へ入れた額:
  プレーヤー{{player.id_in_group}}(あなた) {{ player.contribution }}トークン
  プレーヤー{{p.id_in_group}} {{ p.contribution }}トークン

『グループの口座』の合計   【A】:{{ group.total_contribution }}トークン
【A】×{{Constants.multiplier}}   【B】:{{ total_earnings }}トークン
分配(【B】÷{{Constants.players_per_group}}人):{{ group.individual_share }}トークン

あなたの収益(『あなたの口座』+分配):{{ player.pay }}トークン

追加の支給額:{{player.plus}}トークン
他の参加者に『罰則』を与えるのにかかったコスト:{{player.self_cost_of_punish}}トークン
他の参加者に『報酬』を与えるのにかかったコスト:{{player.self_cost_of_reward}}トークン

あなたが他の参加者から受けた『罰則』の合計:{{ player.punish_received }}トークン
あなたが他の参加者から与えられた『報酬』の合計:{{ player.reward_received }}トークン

今回のラウンドにおいてあなたが獲得したトークン:{{player.after}}トークン

 

第{{participant.round1}}ラウンドを終えて・・・
あなたが獲得したトークンの合計   {{player.total}}トークン

{{ next_button }} {{ endblock }}