{% extends "global/Page.html" %} {% load otree %} {% block title %} Choose the number of winning balls for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% endblock %} {% block content %}
How many winning balls do you want to buy?
{% formfield group.effort label=effort_label %}The total amount of winning and losing balls will appear here after you made a decision.
Your cost for the number of winning balls will appear here after you made a decision.
{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}