{% load otree static %} {% block content %}
Thank you for completing the final session of this study!
For your participation you will receive {{ Constants.base_payment }}€ for the completion of all parts.
In addition, you had the chance of winning a bonus payment for one of your guesses.
{% if player.extrapayofftotal == Constants.extra_payoff %}The computer randomly selected one of the guesses and you won the bonus payment of {{ player.extrapayofftotal }}€.
{% else %}The computer randomly selected one of the guesses and you did not win the bonus payment.
{% endif %}We thank you for your participation and will transfer your money as soon as possible (latest within the next 10 working days).
You need to fill out the lime-survey in order to receive payment. If you have not done so already, you can do this now via this link: link to lime survey
You can now close your browser window.
{% endblock %}