{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if subsession.round_number != Constants.start_scenario_1 and subsession.round_number != Constants.start_scenario_2 %} Practice Round: Investment Page {% else %} Investment Page {% endif %} {% endblock %} {% block content %}
{%for List in lists %} {% for date in List %} {% if date == 1 %} {% else %} {% endif %} {% endfor %} {% endfor %}

Su

Mo

Tu

We

Th

Fr

Sa

{{date}}

{{date}}

Investment Summary

Suns Required {{player.smile_needed}}
Investment Amount $
Possible Return

$ 0.00

Chances of Success {{initial_prob|floatformat:2}} %
Locked {{Constants.suns_hidden}}

{{Constants.clouds_hidden}}

{% include "gambling/cash_out_table.html" %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}