{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Enter your information {% endblock %} {% block content %}
Rounds played: {{player.round_number}}.
Previous demand: {{ prev_open_demand }}.
Number of orders fullfiled: {{ number_orders }}.
There are {{player.periods_left}} periods left and the open demand is {{player.open_demand}}.
{% formfield player.lot_size with label="How many units do you want to produce? " %} {% next_button %} {% endblock %}