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

In the table below you see your payoffs for each of the scenarios.

{% if selected_scenario == 1 and selected != None%} {% else %} {% endif %} {% if selected_scenario == 2 and selected != None%} {% else%} {% endif %} {% if selected_scenario == 3 and selected != None%} {% else%} {% endif %} {% if selected_scenario == 4 and selected != None %} {% else%} {% endif %} {% if selected_scenario == 5 and selected != None %} {% else%} {% endif %} {% if selected_scenario == 6 and selected != None %} {% else%} {% endif %}
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}}

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