{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

Cash-out offers after Stage 1 if you uncovered:

{% if player.smile_needed == 5 %} {% for each_list in participant.vars.cash_outs|slice:":4" %} {% for each_number in each_list.1 %} {% endfor %} {% endfor %} {% else %} {% for each_list in participant.vars.cash_outs|slice:"4:" %} {% for each_number in each_list.1 %} {% endfor %} {% endfor %} {% endif %}
Amount Invested 0 Sunny days 1 Sunny day 2 Sunny days 3 Sunny days 4 Sunny days 5 Sunny days
$ {{ each_list.0|floatformat:2 }}$ {{ each_number|floatformat:2 }}
$ {{ each_list.0|floatformat:2 }}$ {{ each_number|floatformat:2 }}
{% endblock %} {% block styles %} {% endblock %}