{% 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.
History Table:
| 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}} |