{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

End of Study


Thank you for participating in the study.

Your results for each round were the following:
Round Final Earnings (€)
1 {{ payoff_round1 }}
2 {{ payoff_round2}}


The computer randomly selected Round {{ paying_round }} for payment.

Your final earnings for this round are £{{ payoff_final }}.

Including your participation fee of £3, your total earnings for the study are £{{final_final_payoff}}.

Your payment will be transferred to your bank account within 5 working days.

Once you press "Next", you can leave the room quietly. Please do not forget any of your personal belongings.

Please press "Next" to end the study.



{% next_button %}

{% endblock %} {% block scripts %} {% endblock %}