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

{% if player.id_in_group == 1 %} You were given {{player.endowment }}, out of which you offered {{ player.amount_offered }} to the other player. Your offer was rejected. Your payoff is therefore 0. {% else %} You were given {{player.endowment }}, out of which you offered {{ player.amount_offered }} to the other player. Your offer was rejected. Your payoff is therefore 0. {% endif %}

Please rating your happy about the result
{{ results_happy }}{% formfield player.results_happy with label="1-very unhappy, 100-very happy" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}