{% extends "global/Page.html" %} {% load otree static %} {% block title %} End of the Current Game {% endblock %} {% block content %}
The current game has ended. Four rounds are randomly selected and added to your final earnings:
So your final earnings from this game is {{ final_payoff }}.
Please wait for the start of the next game.
{% next_button %} {% endblock %}