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

Results History

(Your Type - {{ player.role }})
{% for p in player_in_all_rounds_rev %} {% endfor %}
Round Number Your Contribution Total Contribution Your share Your Payoff
{{ p.round_number }} {{ p.contribute }} {{ group.sum }} {{ group.individual_share }} {{ p.payoff }}
{% next_button %} {% endblock %}