{% extends "global/Page.html" %} {% load otree %} {% block title %} Some more instructions {% endblock %} {% block content %}
You will play 6 rounds of a game with a randomly assigned person in the next stage. The person you play with could change in different rounds.
It is not necessary that you will play the game with the person sitting next to you, it could be anyone in this room.
{% if treatment_colour != 'white' %}There are two groups in this game, saffron and green.
{% if treatment_colour == 'saffron' %} You have been randomly assigned to the {{ treatment_colour }} group. {% elif treatment_colour == 'green' %} You have been randomly assigned to the {{ treatment_colour }} group. {% endif %} {% endif %} {% next_button %} {% endblock %}