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