{% 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 %}
{% 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 or player.bet == 0 %} {% else %} {% if correct_name == True %} {% else %} {% endif %} {% endif %}

{{date}}

{% if chosen_name == 0 or player.bet == 0 %} {% else %} {% if correct_name == True %} {% else %} {% endif %} {% endif %}

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 %}
{% endblock %} {% block styles %} {% endblock %}