{% extends "global/Page.html" %} {% load otree %} {% block title %}Thank You{% endblock %} {% block content %}
The experiment has now finished.
{% if player.id_in_group == 1 %}
You will be paid {{total_points1 }} for your participation, within a week.
{% else %}
You will be paid {{total_points2}} for your participation, within a week.
{% endif %}
Thank you for taking part in the experiment. We appreciate the time you took to carefully consider the instructions and make decisions. If you are interested in a summary of the experimental objectives and results of this study, please click the ‘I am interested’ box. We will send you a report of the study once all the data for the experiment is collected.

{% formfield player.DebInt label="I am interested" %}
{% endblock %}