{% extends "global/Page.html" %} {% load otree static %} {% block title %} Report {{player.decision_number}} {% endblock %} {% block content %}
Your potential earnings are {{player.potential_earnings}}.
The total number of balls drawn so far is: {{player.num_balls_drawn}}.
The total number of red balls drawn so far is: {{player.num_red_drawn_so_far}}.
The color of the ball drawn in this round is: {{player.col_label}}.
{% include 'confidence_stopping/ball_hist.html' %}{% include Constants.b_initial_instructions %}
{% include Constants.b1_instructions %}
{% formfields %}
{% next_button %} {% endblock %}