{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results from the first round {% endblock %} {% block content %}
| 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 |
Su |
Mo |
Tu |
We |
Th |
Fr |
Sa |
| {{date}} {% if chosen_name == 0 %} |
{% else %}
{{date}} {% if chosen_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}} |
| Cash Out Offer | $ {{offer|floatformat:2}} |
| Possible Return if You Reject | $ {{possible_win|floatformat:2}} |