{% extends "global/Page.html" %} {% load otree static %} {% block title %} End {% endblock %} {% block content %}
This is the end of the experiment. Please return to the Zoom room.
The computer chose iteration {% player.paying_part %} for the final payment. {% if player.treatment > 0 %} {% if player.payoff == 1 %}
You earn an additional €1 for making a correct guess about the gender of the other group members in this iteration.
{% else %}You do not earn an additional €1 because you made an incorrect guess about the gender of the other group members in this iteration.
{% endif %} {% endif %}Your total payoff from this experiment is {{ player.total }}.
IMPORTANT! Your payment code is {% player.code %}.
{% endblock %}