{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Introduction{% endblock %}
{% block content %}
{% formfield player.probReservation_amount 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 %}