{% extends "global/Page.html" %} {% block title %} Choose quantity {% endblock %} {% block content %}
Round {{player.round_number}}/{{ Constants.num_rounds }}
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 atypical, you must pay {{ player.cost }} points for each unit above 35. {% endif %}
Please choose below:
{% formfields %}
{% next_button %}