{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results - Round {{ player.round_number }} {% endblock %} {% block content %} Your choice was equal to {{ player.number }}. The average choice of your group was {{ group.average }}. Therefore, your payoff in this round is equal to {{ player.payoff }}. {% next_button %} {% endblock %}