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

The decisions you made between payment now and a payment in a year from now are listed below. The randomly selected scenario is highlighted in green.

In case you are selected for payment and this scenario is selected, you will be paid €{{payoff_time}}{% if payoff_time == "100" %} now{%else %} in 12 months {% endif %}. Note that each participant has an equal chance of being selected for large payment. The computer will randomly select this person.

{% for amount in Constants.right_side_amounts_time %} {% if selected_scenario == amount %} {% else %} {% endif %} {% endfor %}
Option A
Option B
{% if amount >= player.switching_point_time %} €{{player.left_side_time }} now {% else %} €{{ player.left_side_time }} now {% endif%} {% if amount < player.switching_point_time %} €{{ amount }} in 12 months {% else %} €{{ amount }} in 12 months {% endif%}
{{ form.errors }} {% include 'snippets/InstructionsCounter.html' %} {% endblock %}