{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Total Earnings {% endblock %} {% block content %}
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 %}