{% extends "global/Page.html" %} {% load otree static %} {% block title %} Switch Results {% endblock %} {% block content %}
{% for player in group.get_joined_team %} {% endfor %} {% for player in group.get_left_team %} {% endfor %} {% for player in group.attempted %} {% endfor %}
Action People
JoinedPlayer #{{player.participant_id}}
LeftPlayer #{{player.participant_id}}
AttemptedPlayer #{{player.participant_id}}

{% next_button %} {% endblock %}