{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 1: Game {{ player.match }}, Round {{ player.round_in_match }} – Make Your Choice! {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% if AD_assigned %} Always choose A {% elif TFT_assigned %} In round 1 choose B. After round 1: choose whatever your counterpart chose last round {% else %} In rounds 1, 2 and 3 choose B. After round 3: choose A if your counterpart chose A in all of the previous 3 rounds; otherwise choose B {% endif %}
| Round | Counterpart Choice | Your Choice | |
|---|---|---|---|
| {{ p.round_in_match }} | {{ p.counterpartdecision }} | {% if p.checkaction %}{{ p.decision }} | {% else %}{{ p.decision }} | {% endif %}