{% extends "global/Page.html" %} {% load otree static %} {% block title %} The experiment is over! {% endblock %} {% block content %}

Thank you for your participation

You played for {{ Constants.num_rounds }} trials.

In this experiment you gained: {{ player_total_payoff }}, {{ participation_fee }} of them for your participation, and the rest {{ player_bonus }} is your bonus.

{% if not_failed %}

Your completion code is: TextExp2021

{% endif %}

Thank you and good luck!

{% next_button %} {% endblock %}