{{ block title }} Feedback {{ endblock }} {{ block content }} {{ if player.type == "P1" }}

You have been assigned the role of Player 1. You have an initial endowment of 800 points.

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

The state is RED.

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

The state is BLUE.

{{ endif }} {{ if player.choice2 == "1" }}

You have chosen to disclose the state.

{{ elif player.choice2 == "2" }}

You have chosen not to disclose the state.

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

Player 2’s type is Type I.

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

Player 2’s type is Type II.

{{ endif }}

Player 2’s choice is {{ player.choice3 }}.

Your payoff is {{ player.earn }} points.

Your final payoff is {{ player.final }} points.

Your show-up fee is £{{ C.showup }}.

Your final income is {{ player.payoff }}.

{{ elif player.type == "P2" }} {{ 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's value of choice is {{ player.choice1 }}.

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

The state is RED.

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

The state is BLUE.

{{ endif }} {{ if player.choice2 == "1" }}

Player 1 has chosen to disclose the state.

{{ elif player.choice2 == "2" }}

Player 1 has chosen not to disclose the state.

{{ endif }}

Your choice is {{ player.choice3 }}.

Your payoff is {{ player.earn }} points.

Your final payoff is {{ player.final }} points.

Your show-up fee is £{{ C.showup }}.

Your final income is {{ player.payoff }}.

{{ endif }}
{{ endblock }}