{% extends "global/Page.html" %} {% load otree %} {% block title %}Contribution{% endblock %} {% block content %}
(Round {{ round_number }} of {{ Constants.num_rounds }}).
| Other participants contributed: | |
| Player 1 | {{ group.position1.contribution }} |
| Player 2 | {{ group.position2.contribution }} |
| Player 3 | {{ group.position3.contribution }} |
| Player 4 | {{ group.position4.contribution }} |