{% extends "global/Page.html" %} {% load otree %} {% block title %} History of payoffs {% endblock %} {% block content %}
| Round Number | Your decision | Your opponent's decision | Your payoff | Your opponent's payoff | {% if my_role == 'Protester' %}Everyone in Your Group Chose High? | {% endif %}|
|---|---|---|---|---|---|---|
| {{ p.round_number }} | {{ p.decision }} | {{ p.other_player.decision }} | {{ p.payoff }} | {{ p.other_player.payoff }} | {% if my_role == 'Protester' %} {% if p.everyone_chose_high_for_subsession %}Yes | {% else %}No | {% endif %} {% endif %}