{{ block title }}
Payment
{{ endblock }}
{{ block content }}
Thank you.
You have reached the end of the study.
Below is a summary of your compensation for each of the parts.
{% if Ana_generation == 1 %}
In Part 1, you earned {{ pmt_FirstTask }} ECUs.
From the preliminary stage you earned {{ DemoRound_Payoff }} ECUs.
In Part 2, Round {{ player.selected_round_1 }}, {{ player.selected_round_2 }}, {{ player.selected_round_3 }}, and {{ player.selected_round_4 }} were selected, and you earned {{ pmt_PGG }} ECUs.
In Part 3, you earned {{ pmt_JointTask1 }} ECUs.
{% elif Ana_generation == 2 %}
In Part 1, you earned {{ pmt_JointTask1 }} ECUs.
From the preliminary stage you earned {{ DemoRound_Payoff }} ECUs.
In Part 2, Round {{ player.selected_round_1 }}, {{ player.selected_round_2 }}, {{ player.selected_round_3 }}, and {{ player.selected_round_4 }} were selected, and you earned {{ pmt_PGG }} ECUs.
{% endif %}
Converting this to SGD, you earned a total of {{ total_payoff }} SGD which includes the {{ C.ShowupFee }} SGD show-up fee.
We will call you up one-by-one to receive your payment.
Please come up when you hear the following number: {{ player.participant.Ana_own_id }}.
{{ endblock }}