{{ extends "eden_experiment2/layout/layout.html" }} {{ block title }}Study completed{{ endblock }} {{ block content }}

Thank you for participating.

{{if player.payoff > 0}}

You have earned a £0.25 bonus.

Thus, your final payoff is £0.5.

{{else}}

Unfortunately you have not earned a bonus this time.

Thus, your final payoff is £0.25.

{{endif}}

Your submission code is: {{player.submission_code}}

{{ endblock }}