{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} Your payoff is {{ player.payoff }}.
Your utility in the first period: {{ player.utility_1 }}.
Your utility in the second period: {{ player.utility_2 }}.
{% next_button %} {% endblock %}