{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Welcome to the Group Activity {% endblock %} {% block content %} You have been paired with another person for the first activity. Please take a moment to learn a little more about this person.

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

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

{% next_button %} {% endblock %}