{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% if subsession.round_number == 11 %} Welcome to Part 3 {% elif subsession.round_number == 14 %} Block 1 Finished {% elif subsession.round_number == 17 %}Block 2 Finished {% else %} Welcome to Part 4{% endif %} {% endblock %} {% block content %}
{% if subsession.round_number == 11 %}

You will now start Block 1 (practice Rounds)

{% next_button %} {% elif subsession.round_number == 14 %}

Now you will start Block 2 in which we will ask you questions over the course of 3 Rounds that tests your understanding of the Game.

{% elif subsession.round_number == 17 %}

You can now start Block 3 in which you will play 12 Rounds of the Game.

{% else %}

You will start Part 4 by Block 1 in which we will ask you questions over the course of 3 Rounds that tests your understanding of the game.

{% next_button %} {% endif %} {% include "treatment_1/type.html" %} {% endblock %}