{{ block title }}
Selling decision
{{ endblock }}
{{ block content }}
{% if player.round_number == 1 %}
You are in stage one. This is round {{player.round_number}} with following parameters.
This is year zero, that is, the base year.
{% endif %}
{% if player.round_number == 2 %}
You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 3, that is, it has been 3 years since the base year.
{% endif %}
{% if player.round_number == 3 %}
You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 3.3, that is, it has been 3 years and 3 months since the base year.
{% endif %}
{% if player.round_number == 4 %}
You are in stage two. This is round {{player.round_number}} with following parameters.
{% endif %}
{% if player.round_number == 5 %}
You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 3.9, that is, it has been 3 years and 9 months since the base year.
{% endif %}
{% if player.round_number == 6 %}
You are in stage two. This is round {{player.round_number}} with following parameters.
This is year 4, that is, it has been 4 years since the base year.
{% endif %}