{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Welcome to the Group Activity {% endblock %} {% block content %} {% if player.selection == 0 %} You have been paired with a different person for the second round of the activity. Please take a moment to learn a little more about this person.
The other participant is a {{player.playerC_race}} {{player.playerC_gender}}, aged {{player.playerC_age }}, who earned {{ player.playerC_income}} last year.
When you are ready, click the "Next" button to continue.
Participant 1 is a {{player.chosen_alter1_race}} {{player.chosen_alter1_gender}}, aged {{player.chosen_alter1_age}}, who earned {{ player.chosen_alter1_income}} last year.
Participant 2 is a {{player.chosen_alter2_race}} {{player.chosen_alter2_gender}}, aged {{player.chosen_alter2_age}}, who earned {{ player.chosen_alter2_income}} last year.
{% formfield player.player_choice %}