{% extends "global/Page.html" %} {% load otree %} {% block title %} History {% endblock %} {% block content %}
| 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 }} |