{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}
Round # {{player.round_number_2}}:
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}}.
#} {# History Table:#} {#
#} {##} {#
| Round | #} {#Contract | #} {#State 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}} | #} {##} {#