{% load staticfiles otree_tags %}
You will play the investment game 6 times. A new game is called a new scenario. A new scenario means that you have moved to a different place.
Any investment you make reduces damage for all years within one scenario.
A scenario consists of at least 10 years, but possibly more (in real life you also do not know how long you will stay in a certain place). At the start of each year you will get a fixed income of {{income}}, which will be added to your savings account.
The image below represents the stages of a typical year:
{% if player.has_loan %}
{% elif player.has_insurance %}
{% else %}
{% endif %}
Note that you cannot go back to the previous page throughout the game.