{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results {% endblock %} {% block content %} {% for p in player_in_all_rounds %} {% endfor %}
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 %}