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

Date/Time:

{% for p in player_in_all_rounds_rev %} {% endfor %}
Round Number Your payoff
{{ p.round_number }} {{ p.payoff }}
The paying round was {{ paying_round }}. Your monetary payoff is {{ final_payoff }}.
{% next_button %} {% endblock %}