{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}


Round {{player.round_number}}/{{ Constants.num_rounds }}

Your payoff for this round is: {{player.payoff_flex}} points.

{# {% if player.round_number > 1 %}#}

History Table:

{% for p in player.in_all_rounds %} {% endfor %}
Round Contract State of the World Payoff (points)
{{ p.round_number }} {% if p.choose_b == False %} A {% else %} B {% endif %} {% if p.random_nature <= 8%} Normal {% else %} Atypical{% endif %} {{p.payoff_flex}}

{# {% endif %}#} {% next_button %} {% endblock %}