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

Date/Time:

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

The paying round is round {{ paying_round }} for your group. You will be paid by this round's payoff only. You can check your partner's payoff in the table above as well.

{% next_button %} {% endblock %}