{{ block title }}結果フェーズ{{ endblock }} {{ block content }}

{{ if player.is_winner }} あなたの入札額は1番高かったので、落札することができました! {{ if player.acquisition }}

あなたは情報を取得したため利益から{{group.which_cost}}引かれます。 あなたの利益は{{ player.payoff }}です。

{{else}}

あなたの利益は{{ player.payoff }}です。

{{ endif }} {{ else }} 落札することができませんでした。 {{ if player.acquisition }}

あなたは情報を購入したため{{group.which_cost}}の損失が発生します。 あなたの利益は{{ player.payoff }}です。

{{else}}

あなたの利益は{{ player.payoff }}です。

{{ endif }} {{ endif }}

{{if group.tie_true and player.is_winner}} *今回はあなたと同じ額を入札した参加者がおり、あなたはくじの結果、落札が決まりました。 ですので、あなたの支払い価格は「最も高い入札額(あなたが入札した額)」となります。 {{endif}}

{{if group.tie_true and player.is_winner}} {{ if player.acquisition }} {{else}} {{endif}} {{else}} {{ if player.acquisition }} {{else}} {{endif}} {{endif}}
あなたの入札額 あなたの評価値 最も高い入札額(あなたの支払い価格) 情報コスト 利益
{{ player.bid_amount }} ポイント {{ player.item_value}} {{ group.second_highest_bid }} {{ player.information_cost }} {{ player.payoff }}
あなたの入札額 あなたの評価値 最も高い入札額(あなたの支払い価格) 利益
{{ player.bid_amount }} ポイント {{ player.item_value}} {{ group.second_highest_bid }} {{ player.payoff }}
あなたの入札額 あなたの評価値 2番目に高い入札額(商品の価格) 情報コスト 利益
{{ player.bid_amount }} ポイント {{ player.item_value}} {{ group.second_highest_bid }} {{ player.information_cost }} {{ player.payoff }}
あなたの入札額 あなたの評価値 2番目に高い入札額(商品の価格) 利益
{{ player.bid_amount }} ポイント {{ player.item_value}} {{ group.second_highest_bid }} {{ player.payoff }}

あなたが得た利益は現在合計で{{total_payoff}}です。

{{ next_button }}

[あなたの記録]

{{ 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}}
{{ include C.PAYOFF_TEMPLATE }}
{{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}