{% extends "global/Page.html" %} {% load otree %} {% block title %}     History of payoffs {% endblock %} {% block content %}                                                   {% if my_role == 'Protester' %} {% endif %}      {% for p in player_in_all_rounds_rev %}                                                   {% if my_role == 'Protester' %} {% if p.everyone_chose_high_for_subsession %} {% else %} {% endif %} {% endif %}      {% endfor %}
Round NumberYour decisionYour opponent's decisionYour payoffYour opponent's payoffEveryone in Your Group Chose High?
{{ p.round_number }}{{ p.decision }}{{ p.other_player.decision }}{{ p.payoff }}{{ p.other_player.payoff }}YesNo
    {% next_button %} {% endblock %}