{% extends "global/Page.html" %} {% load otree static %} {% block title %} Periode {{player.round_number}}: {{player.role}}s {% endblock %} {% block content %}

{% if certainty == 1 %}

{% else %}

{% endif %}

The Sales representative gives {{group.sent_amount}} units as the demand forecast for this period. Please enter your production quantity for this period.

{% formfield group.sent_back_amount label="Quantity"%} {% next_button %} {% endblock %}