{% extends "global/Page.html" %} {% block title %} Choose quantity {% endblock %} {% block content %}
Round # {{player.round_number}}
Since your choice was contract B, you can now decide how much you would like to sell.
* You can choose any quantity from 0 to 40.
{% if player.random_nature > 8%}* Remember that, in state abnormal, you must pay E$ {{ player.cost }} for each unit above 35. {% endif %}
Please choose below:
{% formfields %}
{% next_button %}