{{ extends 'global/Page.html' }} {{ block title }}Payoff in this Round{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}



As the Monopoly, you set a uniform pirce of {{player.Uniform_price}} in this round.

Under your uniform price {{player.Uniform_price}}, and tracking precision {{track_p}}%, you reached a total of {{total_con}} successful contracts with consumers.

1: You successfully identified {{num_of_id}} consumers with the contract prices be {{ id_list }}, which are their valuations respectively.

2: Among the unidentified consumers,{{num_of_uni}} of them reached a successful contract with you, and they are charged the uniform price.


Your revenue in this round is {{player.payoff}}


Note!!: Make use of above information when you set your uniform price in the next round. {{ else }}



As a consumer, your valuation is {{player.Valuation}}, and the uniform price in this round is {{uniform_price}}

{{ if player.Identification }}

You didn't hide and were identified in this round. Thus, you reached a contract with the monopoly.

{{else}} {{ if player.Hide_choice }} {{ if player.Contract }}

You chose to hide in this round, thus were not identified.

You reached a contract with the monopoly and paid a cost of {{C.HIDING_COST}} for hiding. {{ else }}

you chose to hide in this round. But you didn't reach a contract with the monopoly.

You paid a cost of {{C.HIDING_COST}} for hiding. {{ endif }} {{ else }} {{ if player.Contract }}

you didn't hide in this round and were not identified. And you reached a contract with the monopoly.

{{ else }}

you didn't hide in this round and were not identified. But you didn't reach a contract with the monopoly.

{{ endif }} {{endif}} {{ endif }}

Your payoff in this round is {{player.payoff}}

{{ endif }} {{ next_button }} {{ endblock }}