{% extends "global/Page.html" %} {% block title %} Practice Round {% endblock %} {% block content %}

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! laughing

{% else %} atypical. frown

{% 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 %}

{% endblock %}