{% extends "floodgame/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
{{page_title}}
{% endblock %}
{% block content %}
{% include 'snippets/Progressbar.html' %}
Attention! This is the end of the investment game.
We will now select a random scenario for payment.
This payment will be added to your participation fee (20.000 ECU = €1).
In the table below you see your payoffs for each of the scenarios.
| Scenario | Savings account | Payment on top of participation fee |
|---|---|---|
| Scenario 1 | {{payoff_scenario1}} | {{payoff_small_1}} |
| Scenario 2 | {{payoff_scenario2}} | {{payoff_small_2}} |
| Scenario 3 | {{payoff_scenario3}} | {{payoff_small_3}} |
| Scenario 4 | {{payoff_scenario4}} | {{payoff_small_4}} |
| Scenario 5 | {{payoff_scenario5}} | {{payoff_small_5}} |
| Scenario 6 | {{payoff_scenario6}} | {{payoff_small_6}} |