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

The total number of balls drawn so far is: 4.

The total number of red balls drawn so far is: {{player.num_red_drawn_so_far_05}}.

The color of the ball drawn in this round is: {{player.col_label_04}}.

{% include 'confidence_stopping/ball_hist.html' %}

(This is where our screen instructions will go.)

{% formfield player.stop_04 %}

{% next_button %} {% endblock %}