{% extends "global/Page.html" %} {% load otree %} {% block title %}End of Experiment{% endblock %} {% block content %}

You have completed the experiment.

The computer randomly selected rounds {{ subsession.paid_round1 }}, {{ subsession.paid_round2 }}, {{ subsession.paid_round3 }}, {{ subsession.paid_round4 }} for payment.

You won {{ sum_of_payoffs }} ({{ sum_of_payoffs_dollars }}) in addition to your participation fee of {{ participation_fee }}.

Your total payoff is {{ total_earned }}.

Thank you for participating. You may close this window to exit the experiment.

Token: {{ player.token }}

{% endblock %}