{% extends "global/Page.html" %} {% load otree %} {% block title %} History {% endblock %} {% block content %}

{% for p in player_in_all_rounds_rev %} {% endfor %}
Round Number Your decision Your opponent's decision Your payoff Your opponent's payoff
{{ p.round_number }} {{ p.decision }} {{ p.other_player.decision }} {{ p.payoff }} {{ p.other_player.payoff }}

{% next_button %} {% endblock %}