{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision {{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.dec_instructions %}

{% include Constants.dec_initial_instructions %}

{% formfield player.judgment_call_yes %}

{% next_button %} {% endblock %}