{% extends "global/Page.html" %} {% load otree static %} {% block title %} Unlock exactly {{Constants.open_second_stage}} calendar days to check the weather {% endblock %} {% block content %}

Investment Summary

Suns Required {{player.smile_needed}}
Investment Amount $ {{player.bet|floatformat:2}}
Possible Return $ {{possible_win|floatformat:2}}
Chances of Winning {{updated_prob_1|floatformat:2}} %
Locked {{smile_left_total}}

{{cloud_left_total}}
{% for List in lists %} {% for cell, val, var_name, num_name, chosen, correct, date in List %} {% if date == 1 %} {% else %} {% endif %} {% endfor %} {% endfor %}

Su

Mo

Tu

We

Th

Fr

Sa

{{date}}

{% if chosen == 0 %} {% if num_name == 0 %} locked {% else %} locked {% endif %} {% else %} {% if correct == True %} {% else %} {% endif %} {% endif %}

{{date}}

{% if chosen == 0 %} {% if num_name == 0 %} locked {% else %} locked {% endif %} {% else %} {% if correct == True %} {% else %} {% endif %} {% endif %}

Your Progress

{% if player.correct_guess_after_1 <= 1 %} Sun Found {% else %} Suns Found {% endif %} {{player.correct_guess_after_1}}
{% if smile_left <= 1 %} Sun Left to Find {% else %} Suns Left to Find {% endif %} {{ smile_left }}
Calendar Days Left to Unlock {{Constants.open_second_stage}}

{% next_button %}
{% endblock %}