{% extends "global/Page.html" %} {% load otree static %} {% block title %} Iteration 1 - Your role {% endblock %} {% block content %}
This is the start of iteration 1. Please wait until the experimenter has invited you back to the main room.
{% if player.treatment > 0 %}Please wait until the experimenter asks you to speak and make sure that you can hear the other group members.
Your statement is: " Hello, I confirm that I hear you. For the following negotiation, I will be the [your color] player."
{% endif %} {% if player.id_in_group == 1 %}The experimenter will give you a password. Please enter the password here to continue.
{% formfield player.password %} {% next_button %} {% endblock %}