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

You have been assigned the role of Player 1.

Your choice is X = {{ player.choice1 }}

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

The world is RED.

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

The world is BLUE.

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

You have chosen to disclose the world's colour.

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

You have chosen not to disclose the world's colour.

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

Player 2’s type is Type I.

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

Player 2’s type is Type II.

{{ endif }}

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

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

Your bonus for correct estimates is {{ player.estimate }} points.

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

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

{{ elif player.type == "P2" }} {{ if player.p2type == "TypeI" }}

You have been assigned the role of Player 2 and your type is Type I.

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

You have been assigned the role of Player 2 and your type is Type II.

{{ endif }}

Player 1's choice is X = {{ player.choice1 }}.

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

The world is RED.

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

The world is BLUE.

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

Player 1 has chosen to disclose the world's colour.

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

Player 1 has chosen not to disclose the world's colour.

{{ endif }}

Your choice is {{ player.choice3 }}.

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

Your bonus for correct estimates is {{ player.estimate }} points.

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

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

{{ endif }}
{{ endblock }}