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

{% if player.id_in_group == 2 %} You were given {{ Constants.endowment }}, out of which you offered {{ group.p2_offered }} to the other player. {% if group.offer_accepted %} Your offer was accepted . {% else %} Your offer was rejected . {% endif %} {% else %} Players from Group 2 offered you {{ average_offered }} on average . {% if group.offer_accepted %} You accepted the offer. {% else %} You rejected the offer. {% endif %} {% endif %}

Your payoff is {{ player.payoff }}.

{# {% if player.round_number == Constants.num_rounds %}#} {# The average amount shared by your group is {{ average_offered }}.#} {# {% endif %}#} {% next_button %} {% endblock %}