{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round_number }} {% endblock %} {% block content %}
You have been randomly matched to a new group.
{% if player_class == 1 or player_class == 2 %}You are a Red type.
You are a Blue type.
The announcement is: {{ announcement }}
{% endif %}What is your choice?
| Round | {% if announce_treatment %}Announcement | {% endif %}Your Decision | Others who chose X | Others who chose Y | Your Payoff |
|---|---|---|---|---|---|
| {{ p.round_number }} | {% if announce_treatment %}{{ p.subsession.announcement }} | {% endif %}{{ p.decision }} | {{ p.others_X }} | {{ p.others_Y }} | {{ p.payoff }} |