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

The computer randomly chose the Stage {{ player.payoff_stage }} to actually pay you.
You have earned {{if player.payoff_stage == 1 }} {{ player.stage1_decision_profit }} {{ else }} {{ player.stage2_decision_profit }} {{ endif }} tokens in this stage. Your guess reward (Guess Your Partner's Decision) is {{ if player.payoff_stage == 1 }} {{ player.stage1_guess_profit }} {{ else }} {{ player.stage2_guess_profit }} {{ endif }} tokens in this stage.
After rounding, you have earned {{ payoff }} tokens in this experiment.

Thus, your total earning in this experiment is {{ participant.payoff_plus_participation_fee() }}.
Note: total earning = {{ payoff }} tokens * 0.5 pound + 4 pounds = {{ participant.payoff_plus_participation_fee() }}.

This is the end of the experiment. Thank you for your participation.

{{ endblock }}