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

{% for p in player_in_all_rounds %} {% endfor %}
Round Number Your Choice Your Partner's Choice Your Payoff Your Partner's payoff Your Total Payoff
{{ p.round_number }} {{ p.decision }} {{ p.other_player.decision }} {{ p.payoff }} {{ p.other_player.payoff }} {{ participant.payoff }}

If you are done reviewing the history, you can proceed to next round of the game by clicking next button. If there's no next round, it will jump to the summary page.

{% next_button %} {% endblock %}