{% extends "global/Page.html" %} {% load otree %} {% 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 {% if p.is_matcher %}Matcher{% else %}Mismatcher{% endif %} and {% if p.is_winner %} won {% else %} lost {% endif %}

The paying round was {{ paying_round }}. Your total payoff is therefore {{ total_payoff }}.

{% endblock %}