{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if start_part_2 == subsession.round_number %} Part 1 {% elif start_lottery == subsession.round_number %} Part 2 {% else %} Practice Round {{ next_round }} {% endif %} is Finished {% endblock %} {% block content %}

{% if scenarios_1_start > subsession.round_number %} Please click the Next button when you are ready for the next Round

{% next_button %}
{% elif scenarios_1_start == subsession.round_number %} You have finished all {{Constants.first_part}} practice rounds. Please wait for the instructor.
{% next_button %}
{% elif start_part_2 == subsession.round_number %} You will start part 2 shortly {% elif scenarios_2_start == subsession.round_number %} You have finished all {{Constants.second_part}} practice rounds. Please wait for the instructor. {% elif scenarios_2_start >= subsession.round_number %} Please click the Next button when you are ready for the next Round
{% next_button %}
{% else %} We will start Part 3 shortly {% endif %}

{% endblock %} {% block styles %} {% endblock %}