{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Total Earnings {% endblock %} {% block content %}

Randomly selected rounds and Total Earnings


Your cumulative payoff in 25 rounds was: {{ player.earnings_phase1 }}(tokens)

1 point (token) = {{ Constants.euro_per_point }} DKK.
Your total earnings are: {{ player.paid }} DKK.

Please remain seated while we ask you to continue filling out the survey from before.


Help: If you have any questions, please raise your hand.

{% endblock %}