{{ 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
×
{{player.wage_decision}}: per task wage chosen
=
{{task_earnings}}: total task earnings
+
{{exp_benefit_earnings}}: earnings from experimenter benefit
=
{{round_earnings}}.
{{ next_button }}
{{ endblock }}