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

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