{{ extends 'global/Page.html' }} {{ block title }}結果(第{{player.round_number}}ラウンド){{ 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.round_number}}ラウンドを終えて・・・
あなたが獲得したトークンの合計   {{player.total}}トークン

{{ next_button }} {{ endblock }}