{% extends "floodgame/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
{{page_title}}
{% endblock %}
{% block content %}
{% include 'snippets/Progressbar.html' %}
{% include 'snippets/Earningsbar.html' %}
{% include 'snippets/Instr1.html' %}
{% include 'snippets/InstructionsCounter.html' %}
{% endblock %}