{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Thank you for your participation {% endblock %} {% block content %}
Your Total Payoff: {{ participant.payoff }}
{% for o in player.get_others_in_group %}Player {{ o.id_in_group }} Total Payoff: {{ o.participant.payoff }}
{% endfor %}