{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Total Earnings {% endblock %} {% block content %}
Your payoff in Round {{ Constants.paying_phase1 }} was: {{ player.earnings_phase1 }}
Your payoff in Round {{ Constants.paying_phase2 }} was: {{ player.earnings_phase2 }}
Your payoff in Round {{ Constants.paying_phase3 }} was: {{ player.earnings_phase3 }}
The sum of those payoffs is: {{ player.payoff }}.
Your total earnings are the participation fee of {{ Constants.participation_fee }} Euro +
the sum of payoffs (1 point = {{ Constants.euro_per_point }} Euro).
Your total earnings are: {{ player.paid }} Euro.
Please remain seated while we ask you to fill out a short survey.
Help: If you have any questions, please raise your hand.
{% endblock %}