{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your draws from the bag {% endblock %} {% block content %}

A bag type has been chosen randomly.

Your first draw from the bag is {% if player.first_draw == "blue" %} {{ player.first_draw }} {% else %} {{ player.first_draw }} {% endif %}

Your second draw from the bag is {% if player.second_draw == "blue" %} {{ player.second_draw }} {% else %} {{ player.second_draw }} {% endif %}

{% formfield player.probReservation_CostThenSignal1 label="How many nickels must the box have for you to want to be reimbursed based on the draw from the box?" %} {{ form.touched_slider.errors }} {% block scripts %} {% endblock %} {% next_button %} {% endblock %}