{% extends "global/Page.html" %} {% block style %} {% endblock %} {% block title %} Choose Contract {% endblock %} {% block content %}

Round # {{player.round_number}}

Please, choose which contract you prefer (A or B).
Remember that the future is unknown until after you choose.

{{ 'Contract A' }} {{ 'Contract B' }}
{{ L }} {{ R }}


The possible futures are:

{{ 'State' }} {{ 'Description' }} {{ 'Probability' }}
{{ 'Normal' }} {{ 'No costs: contract realized as it is' }} {{ '8/10 (or 80%)' }}
{{ 'Abnormal' }}{{ C }}{{ '2/10 (or 20%)' }}


Click on which contract you prefer, and find out the future on the next page.

{% endblock %}