{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results {% endblock %} {% block content %}
| Round | Player and outcome |
|---|---|
| {{p.round_number}} | You were the {{p.role}} and {% if p.is_winner %} won {% else %} lost {% endif %} |
The paying round was {{paying_round}}. Your total payoff is therefore {{total_payoff}}.
{% endblock %}