{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results from the first round {% endblock %} {% block content %}

Investment Summary

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

{{cloud_left_total}}
{% for List in lists %} {% for chosen_name, correct_name, date in List %} {% if date == 1 %} {% else %} {% endif %} {% endfor %} {% endfor %}

Su

Mo

Tu

We

Th

Fr

Sa

{{date}}

{% if chosen_name == 0 %} {% else %} {% if correct_name == True %} {% else %} {% endif %} {% endif %}

{{date}}

{% if chosen_name == 0 %} {% else %} {% if correct_name == 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}}
Cash Out Offer $ {{offer|floatformat:2}}
Possible Return if You Reject $ {{possible_win|floatformat:2}}

{% endblock %} {% block scripts %} {% endblock %}