{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Welcome to the Group Activity {% endblock %} {% block content %} You have been paired with three other people for the group activity. Please take a moment to learn a little more about the other three participants in your group.

You are one participant.

One other participant  is {{player.playerB_article}} {{player.playerB_race}} {{player.playerB_gender}}, aged {{player.playerB_age }}, who earned {{ player.playerB_income}} last year.

One other participant  is {{player.playerC_article}} {{player.playerC_race}} {{player.playerC_gender}}, aged {{player.playerC_age }}, who earned {{ player.playerC_income}} last year.

One other participant  is {{player.playerD_article}} {{player.playerD_race}} {{player.playerD_gender}}, aged {{player.playerD_age }}, who earned {{ player.playerD_income}} last year.

 
When you are ready, click the "Next" button to continue.

{% next_button %} {% endblock %}