{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}

You chose to see {{player.num_balls_drawn}} balls.

The initial composition of red balls is {{player.urn}}.

Because you chose to see this many balls, your potential earnings were {{player.potential_earnings}}.

Your judgment call was chosen for payment.

Your payment for this round is {{player.game_earnings}}.

{% next_button %} {% endblock %}