{% extends "global/Page.html" %} {% load otree static %} {% comment %} Debriefing after all rounds have been played. This is the last page of the experiment {% endcomment %} {% comment %} All numbers are defined constants in models.py. Do not change parameters here, but in models.py {% endcomment %} {% block title %} Debriefing {% endblock %} {% block content %}
The randomly selected round that will be relevant for your payoff is round number {{player.paying_round}}.
In this round your remaining fitnesspoints were {{player.paying_fitness}}.
Therefore your payoff is {{player.payoff}}.
Thank you for your participation. You can close this window now.
{% endblock %}