{% extends "global/Page.html" %} {% load otree %} {% block title %}The mock rounds are finished{% endblock %} {% block content %} Now, the game is real. Your energy level will change at every round, depending on your actions. {% if session.config.desperation %} Remember that your payoff will be slashed by 10 for each round spent with an energy level below 100. {% endif %} {% next_button %} {% endblock %}