{% extends "global/Page.html" %} {% load otree static %} {% block title %} Iteration 2 - 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.

Please note that you will now negotiate with different group members than in iteration 1. Your color might also be different.

{% 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 %}

You are the Orange Player.

{% endif %} {% if player.id_in_group == 2 %}

You are the Blue Player.

{% endif %} {% if player.id_in_group == 3 %}

You are the Yellow Player.

{% endif %}

The experimenter will give you a password. Please enter the password here to continue.

{% formfield player.password %} {% next_button %} {% endblock %}