{% extends "global/Page.html" %} {% block title %} Find out the future {% endblock %} {% block content %}
Round {{player.round_number}}/{{ Constants.num_rounds }}
On the previous page, you chose {% if player.choose_b == False %} contract A. {% else %} contract B. {% endif %}
The future in this round is {% if player.random_nature <= 8%} normal! ![]()
{% else %} atypical. ![]()
{% endif %}
In this state, {% if player.random_nature <= 8%} there are no unexpected costs. {% else %} you must pay {{ player.cost }} points for each unit sold above 35. {% endif %}
{% next_button %}