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