{% extends "global/Page.html" %} {% load otree static %} {% block title %} The experiment is over! {% endblock %} {% block content %}
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 %}