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


{% include 'snippets/Riskblock.html' %}
Each year the flood risk is {{risk}} percent
{% include 'snippets/Damageblock.html' %} {% include 'snippets/Insuranceblock.html' %}

{% if scenario_nr == "0" %}

{% elif scenario_nr == "1" %}

{% else %} {%endif%} {% include 'snippets/InstructionsCounter.html' %} {% endblock %}