{{ block title }} Inspecting payoffs across rounds {{ endblock }} {{ block content }}

This player’s payoff in the current round is {{ player.payoff }}.

{% if player.round_number > 1 %}

This player’s payoffs across all previous rounds were:

{% for payoff in payoffs_so_far %} {% endfor %}
RoundPayoff
{{ forloop.counter }}{{ payoff }}

{% endif %} {{ next_button }} {{ endblock }}