{{ block title }} Round {{ subsession.round_number }} {{ endblock }} {{ block content }}

This app shows how you can chain methods like .in_all_rounds() with group.get_players(), player.get_others_in_group(), etc, to get the history of other players in different ways.

My current partner's history

My current partner: player {{ partner.id_in_subsession }}

{{ for p in my_partner_previous }} {{ endfor }}
Round contribution
{{ p.round_number }} {{ p.contribution }}

History of my partners

{{ for p in my_previous_partners }} {{ endfor }}
Round Player contribution
{{ p.round_number }} {{ p.id_in_subsession }} {{ p.contribution }}
{{ next_button }} {{ endblock }}