{% extends "global/Page.html" %} {% load otree static %} {% block title %} Start Round {% endblock %} {% block content %}

Click on "Next" to continue with round {{subsession.round_number}}/{{session.num_rounds}} of the experiment, whenever you are ready!

{% if is_training_round %}

This is a training round! After clicking 'Next' please read the instructions in the news section.

{% endif %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}