{% extends "global/Page.html" %} {% block title %} Find out the future {% endblock %} {% block content %}

Round # {{player.round_number}}

On the previous page, you chose {% if player.choose_b == False %} contract A. {% else player.choose_b == True %} contract B. {% endif %}

The state of the world in this round is {% if player.random_nature <= 8%} normal! laughing

{% else %} abnormal. frown

In this state, {% if player.random_nature <= 8%} there are no unexpected costs. {% else %} you must pay E$ {{ player.cost }} for each unit sold above 35. {% endif %}


{% next_button %}

{% endblock %}