{% block title %} Thank you {% endblock %} {% block content %}
This is the end of the study.
Thank you for your participation.
Your show-up fee is Rp. 5,000.
{% if selected_me %}The random mechanism selected you.
{% else %}The random mechanism did not select you.
{% endif %} {% if selected_me %}The other group member contributed {{ player.other_contribution }} tokens in the first experiment.
{% else %}You contributed {{ player.realized_contribution }} tokens in the first experiment.
{% endif %} {% if selected_me %}Your conditional contribution is {{ player.realized_contribution }} tokens in the first experiment.
{% else %}The other group member’s conditional contribution is {{ player.other_contribution }} tokens in the first experiment.
{% endif %}You have earned {{ player.my_points }} points in the first experiment.
You contributed {{ player.contribution_2 }} tokens in the second experiment.
The other group member contributed {{ player.other_contribution_2 }} tokens in the second experiment.
You have earned {{ player.my_points_2 }} points in the second experiment.
In total, you will receive Rp. {{ payoff_num }}. The payment will be made immediately after the end of this session.
Wait until experimenter call you.
{% endblock %}