{% extends "global/Page.html" %} {% load otree static %} {% block title %} Unlock exactly {{Constants.open_second_stage}} calendar days to check the weather {% endblock %} {% block content %}
| 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 |
Su |
Mo |
Tu |
We |
Th |
Fr |
Sa |
| {{date}} {% if chosen == 0 %} {% if num_name == 0 %} |
{% else %}
{{date}} {% if chosen == 0 %} {% if num_name == 0 %} |
{% endif %}
{% endfor %}
| {% 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}} |