{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ player.round_number }} {% endblock %} {% block content %} You and your team will have a chance to play!
| Your group | Status | |
|---|---|---|
| Player {{ player.id_in_group }} (You) | |
You are playing round {{ player.round_number }}. |
| Player {{ player.id_partner1 }} | |
{% if player.gender_partner1 == 'Female' %} She is playing round {{ player.round_number }}. {% else %} He is playing round {{ player.round_number }}. {% endif %} |
| Player {{ player.id_partner2 }} | |
{% if player.gender_partner2 == 'Female' %} She is playing round {{ player.round_number }}. {% else %} He is playing round {{ player.round_number }}. {% endif %} |