{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision 3 {% endblock %} {% block content %}
The total number of balls drawn so far is: 3.
The total number of red balls drawn so far is: {{player.num_red_drawn_so_far_04}}.
The color of the ball drawn in this round is: {{player.col_label_03}}.
{% include 'confidence_stopping/ball_hist.html' %}(This is where our screen instructions will go.)
{% formfield player.stop_03 %}
{% next_button %} {% endblock %}