{{ block title }}

Period {{ round_shown }} of {{ total_shown }}

{{ endblock }} {{ block content }}

You are player {{ player.position }}

{{ if player.position == 'A' }}

The decision numbers selected by players {{ other1.position }} and {{ other2.position }} were: {{ other1.number }} and {{ other2.number }}.

The decision numbers chosen by you for players {{ other1.position }} and {{ other2.position }} were {{ player.guessB }} and {{ player.guessC }}.

{{ elif player.position == 'B' }}

The decision numbers selected by players {{ other1.position }} and {{ other2.position }} were: {{ other1.number }} and {{ other2.number }}.

The decision numbers chosen by you for players {{ other1.position }} and {{ other2.position }} were {{ player.guessA }} and {{ player.guessC }}.

{{ else }}

The decision numbers selected by players {{ other1.position }} and {{ other2.position }} were: {{ other1.number }} and {{ other2.number }}.

The AVERAGE decision number chosen by you was {{ player.guessAB }}.

{{ endif }}

Thus, the extra money you can earn from this question is ${{ player.guess_payoff }}.

Please press the "next" button to proceed.

{{ next_button }} {{ endblock }}