{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if subsession.round_number == 1 %} Welcome! {% else %} Introduction - {% if subsession.round_number == first_treatment_round %} Part 2 {% else %} Part 3 {% endif %}{% endif %} {% endblock %} {% block content %} {% if subsession.round_number == 1 %}

Welcome to this experiment! {% if mode != "follow-up" %} Please stay seated and wait quietly while the other participants are taking their seats. {% endif %}

{% endif %}

{% if subsession.round_number == 1 %} {% if mode != "follow-up" %} Once all participants have arrived, we will start {% else %} We will now start {% endif %} with the experiment by distributing the instructions for the first part of the experiment. Please read them carefully. {% else %} We will now distribute the instructions for part {% if subsession.round_number == first_treatment_round %} 2{% else %}3{% endif %} of the experiment. Please read them carefully. {% endif %} If you have understood the instructions, please click on the 'Next' button below.



{% next_button %} {% endblock %}