{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.round_number == 1 }}

You started with an endowment of {{ C.ENDOWMENT }}, of which you contributed {{ player.contrib }}. You will find out how much Player B sent back to you at the end of the game. You will now move on to the second round.

{{ else }}
Your income from Round 1

In Round 1 of the experiment, you were assigned as Player A. In this situation you decided to send {{ prev_player.contrib }} to the other player. Given your decision, the other player decided to send you back {{ prev_player.bot_return }}. You earned {{ prev_player.points }} in this round.


Your income from Round 2

In Round 2 of the experiment, you were once again assigned as Player A. In this situation you decided to send {{ player.contrib }} to the other player. Given your decision, the other player decided to send you back {{ player.bot_return}}. You earned {{ player.points }} in this round.

Taken together you earned {{ total_payoff }} across rounds, which translate to ${{ dollar_paid }}.


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