{% extends "global/Page.html" %} {% load otree static %} {% block title %} The experiment is OVER. {% endblock %} {% block content %}
This is the END of the experiment
Please remain seated, we will pay you soon.
The randomly selected round number is {{player.selected_round }}.
Your payoff in this selected round is {{player.selected_round_payoff }} points.
Your payoff from the experiment is {{ player.payoff }}.
Your total payoff is CHF {{ player.total_payoff }}.
{% next_button %} {% endblock %}