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

Round # {{player.round_number}}:
You chose {% if player.choose_b == False %} contract A. {% else player.choose_b == True %} contract B. {% endif %}
The state of the world was {% if player.random_nature <= 8%} normal. {% else %} atypical.{% endif %}
Bla bla bla {{ player.payoff_flex}}.

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

#} {# History Table:#} {#

#} {#

#} {#

#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for p in player.in_previous_rounds %}#} {# #} {# #} {# #} {# #} {# #} {##} {# #} {# {% endfor %}#} {# #} {#
Round ContractState of the World Payoff
{{ p.round_number }} {% if p.choose_b == False %} A {% else p.choose_b == True %} B {% endif %} {% if p.random_nature <= 8%} Normal {% else %} Atypical{% endif %} {{p.payoff}}
#} {#
#} {##} {##} {#

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