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

Current round number : {{ subsession.round_number }}

{% if player.id_in_group == 1 %}

Your proposed split amount for the three players was {{ group.split_amount }} Your payoff is : {{ player.payoff }}

{% else %}

Your payoff is : {{ player.payoff }}

{% endif %} {% next_button %} {% endblock %}