{% extends "global/Page.html" %} {% load otree %} {% block title %} Final results {% endblock %} {% block content %} {% for p in player_in_all_rounds %} {% endfor %}
Round Outcome
{{ p.round_number }} you earned:{{ p.payoff }}

Thus in total you earned:{{ total_payoffs }}

{% next_button %} {% include Constants.instructions_template %} {% endblock %}