{{ block title }} 本场实验收益 {{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
实验一你的角色:买方
实验一将支付的轮数是:第{{Constants.round_chosen}}轮
你的收益是{{player.total_payoff_app_1}}
{{ if player.is_bad_state_paying_round}}该轮实验的外部经济状态为:不好
该轮中你出价:{{player.price_in_chosen_round}}
该轮中卖方提供G产品数量为:{{player.quantity_G_bad_in_chosen_round}}
该轮中卖方收益为:{{player.seller_payoff_in_chosen_round}}
{{else}}该轮实验的外部经济状态为:好
该轮中你出价:{{player.price_in_chosen_round}}
该轮中卖方提供5单位K产品
该轮中卖方收益为:{{player.seller_payoff_in_chosen_round}}
{{ endif }} {{else}}实验一你的角色:卖方
实验一将支付的轮数是:第{{Constants.round_chosen}}轮
你的收益是{{player.total_payoff_app_1}}
{{ if player.is_bad_state_paying_round}}该轮实验的外部经济状态为:不好
该轮中买方出价:{{player.price_in_chosen_round}}
该轮中你提供G产品数量为:{{player.quantity_G_bad_in_chosen_round}}
该轮中买方收益为:{{player.buyer_payoff_in_chosen_round}}
{{else}}该轮实验的外部经济状态为:好
该轮中买方出价:{{player.price_in_chosen_round}}
该轮中你提供5单位K产品
该轮中买方收益为:{{player.buyer_payoff_in_chosen_round}}
{{ endif }} {{ endif }} {{ next_button }} {{ endblock }}