{% extends "global/Page.html" %} {% load otree static %} {% block title %} The experiment is over! {% endblock %} {% block content %}
You played as the {{ player.role }} and {% if player.role == player_removed %} you were {% else %} the {{ player_removed }} was {% endif %} removed from the game, since {% if player.role == player_removed %} you have {% else %} s/he has {% endif %} not responded on time for more than {{ Constants.num_timeouts_remove }} times.
In this experiment you gained: {% if player.role == player_removed %} {{ removed_player_total_payoff }} {% else %} {{ player_total_payoff }} {% endif %}