{% extends "global/Page.html" %} {% load otree static %} {% block title %} Payoff Summary for {% if round_num == 100 %} Part 1 {% elif round_num == 1000 %} Part 2 {% else %} Practice Round {{round_num}} {% endif %} {% endblock %} {% block content %}
Su |
Mo |
Tu |
We |
Th |
Fr |
Sa |
| {{date}} {% if chosen_name == 0 or player.bet == 0 %} |
{% else %}
{{date}} {% if chosen_name == 0 or player.bet == 0 %} |
{% endif %}
{% endfor %}
Suns required: {{player.smile_needed}}
{% if player.offer_accapted == 1%} Cashed out investment {% else %} Investment return {% endif %} $ {{offer|floatformat:2}}
Saved endowment $ {{endowment_left|floatformat:2}}
{% if round_num == 100 %} Part 1 {% elif round_num == 1000 %} Part 2 {% else %} Round {{round_num}} {% endif %} total payoff $ {{total_return|floatformat:2}}
Please click Next button when you are ready to move to the next round
{% next_button %}