{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}
Your calculated total earnings from Round {{player.round_number}} are
{{C.NUM_TASKS}}: tasks completed
×
{{C.INITIAL_WAGE}}: initial per task wage
=
{{initial_earnings}}: total task earnings
+
{{C.EXPERIMENTER_BENEFIT}}: earnings from experimenter benefit
=
{{player.payoff}}.
{{ next_button }}
{{ endblock }}