{% extends "floodgame/Page.html" %} {% load staticfiles otree_tags %} {% block title %} {% include 'snippets/Title.html' %} {% endblock %} {% block content %} {% include 'snippets/Progressbar.html' %} {% include 'snippets/Earningsbar.html' %} {% if player.flooded %}
{% if player.flooded and player.has_insurance %}
Because you have mandatory insurance and your house was flooded, you should pay your deductible (eigen risico).
{% elif player.flooded and not player.has_insurance %}
You did not have insurance and your house was flooded. Please pay the damage.
{% elif not player.flooded %}
Because your house was not flooded, you don't have to pay anything.
{% else %}
Something went wrong..
{% endif %}