{% extends "global/Page.html" %} {% load otree %} {% block title %} Final results {% endblock %} {% block content %}
| Round | Payoff |
|---|---|
| {{ p.round_number }} | {{p.payoff}} |
The paying round was {{ paying_round }}. Your total payoff is therefore {{ total_payoff }}.
{% endblock %}