{% 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 %} abnormal.{% endif %}
Bla bla bla {{ player.payoff}}.