{{ block title }} {{ endblock }} {{ block content }}

{{ if player.p2type == "type1" }}

You have been assigned the role of Player 2 and your type is Type I. You have an initial endowment of 800 points.

{{ elif player.p2type == "type2" }}

You have been assigned the role of Player 2 and your type is Type II. You have an initial endowment of 800 points.

{{ endif }}

Player 1 has chosen value {{ player.choice1 }} {{ if player.choice2 == "1" }} and has chosen to disclose the state. {{ elif player.choice2 == "2" }} and has chosen not to disclose the state. {{ endif }}

{{ if player.choice2 == "1" }} {{ if player.state == "RED" }}

The state is RED.

{{ elif player.state == "BLUE" }}

The state is BLUE.

{{ endif }} {{ endif }}

Your payoffs for each choice are shown in the figure below. Note that the first number in each bracket shows Player 1’s earnings, and the second number shows your earnings.

{{ if player.p2type == "type1" }} Payoff figure {{ elif player.p2type == "type2" }} Payoff figure {{ endif }}

{{ formfield player.choice3 }}

{{ endblock }}