{% extends "global/Page.html" %} {% load otree static %} {% block title %} Payment Information {% endblock %} {% block content %}

Thank you! We are at the end of this study.

On this page, we will list how much you receive as compensation for your time.

Please remain seated and wait for the instructions for payment.

Subject ID: {{ label }}
Show up fee: {{ show_up_fee }}
Earnings from Game I: {{ game1_payoff }}
Earnings from Game II: {{ game2_payoff }}
  • Two selected rounds from the first stage:
    • Round {{ picked_r1 }}: You earned {{ picked_p1 }} in this round;
    • Round {{ picked_r2 }}: You earned {{ picked_p2 }} in this round.
  • Two selected rounds from the second stage:
    • Round {{ sec_picked_r1 }}: You earned {{ sec_picked_p1 }} in this round;
    • Round {{ sec_picked_r2 }}: You earned {{ sec_picked_p2 }} in this round.
Earnings from Game III: {{ game3_payoff }}
Earnings from all stages (after rounding): {{ all_stage_payoff }}
Your total earnings: {{ total_payoff }}
{% endblock %}