{% extends "global/Page.html" %} {% load otree %} {% block title %}Time to decide{% endblock %} {% block content %} You are player number {{ player.id_in_group }} in your group.

This is {% if not participant.vars.mocks_done %} practice {% endif %} round {{ player.round_number }}. Your energy level is {{player.participant.payoff}}.

What is your decision for this round? {% formfields %} {% next_button %} {% endblock %}