{% load otree %}

It doesn't matter which round you select

The players are randomly selected each time this page reloads!

Selected players and their preliminary payoffs in

{% for key, value_list in selected_players.items %}
  • Round {{key}}: {{value_list}}
  • {% endfor %}