{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} Round {{round_selected}} is randomly selected for your payment, where you earned ${{ game_payment|floatformat:2 }}.
Your earning from participation is: ${{ initial_earning }}.
Your total earning from today's study is: ${{ final_payment|floatformat:2 }}.


Please click "Next" to indicate the system that you have finished the whole study.

{% next_button %} {% endblock %}