{% extends "global/Page.html" %} {% load otree static %} {% block title %} Contribution History {% endblock %} {% block content %} {% for p in player_in_all_rounds %} {% endfor %}
Round Number Your Contribution Group Contribution Your payoff
{{ p.round_number }} {{ p.contribute }} {{ group.sum }} {{ p.payoff }}
{% next_button %} {% endblock %}