{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results: Period {{ player.round_number }} {% endblock %} {% block content %}

Your effort: {{player.effort}}

Group effort: {{group.min}}

Payoff: {{ player.payoff }}

{% next_button %} {% endblock %}