{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
{% if player.id_in_group == 1 %}
You were the Proposer in this experiment.
You made the following offer {{group.amount_offered}} to the Responder. They
{% if group.offer_accepted %} accepted {% else %}
rejected{% endif %} this offer.
{% else %}
You were the Responder in this experiment.
The Proposer decided to offer you
{{group.amount_offered}}.
You {% if group.offer_accepted %} accepted{% else %}
rejected{% endif %} this offer.
{% endif %}
Thus, your income for this experiment is {{player.payoff}}.
{% next_button %}