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