{% extends "global/Page.html" %} {% block title %}Final Results{% endblock %} {% block content %}

Thank you for participating in the experiment today! We appreciate your participation. You will be called up to collect your final payoff very shortly.

Your earnings from the randomly selected round are {{ player.payoff }} and have been converted to US dollars for a value of {{ player.currency_payoff }}.

Congratulations! You have also earned {{ player.total_correct_answers }} for correct guesses of other subject's contributions and $5.00 for answering the additional questions.

Your final earnings are {{ player.total_payoff }} in US dollars.

{% next_button %} {% endblock %}