{% 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: $10.
Your total earning from today's experiment is: ${{ final_payment|floatformat:2 }}.
{% next_button %}
{% endblock %}