| Round: | {% for r in Constants.num_rounds_range %}{{ r|add:'1' }} | {% endfor %}|
| {% for r in Constants.num_rounds_range %} | C | E | {% endfor %}
| You (Player {{ player.id_in_group }}) | {% for p in player.in_previous_rounds %}{{ p.contribution }} | {{ p.payoff }} | {% endfor %}
| Player {{ others.id_in_group }} | {% for p in others.in_previous_rounds %}{{ p.contribution }} | {{ p.payoff }} | {% endfor %}