{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
You said that you needed {{ player.probReservation_amount }} of nickels. There were {{ subsession.nickels_in_box }} nickels in the box.
A nickel {{ subsession.nickel_drawn }} drawn.
You are reimbursed based on the {% if player.draw_from_box %}draw from the box,{% else %}contents of the bag, which was {{ subsession.bag_type }},{% endif %} so you gained {{ won }} additional tokens.
{% next_button %} {% endblock %}