{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% if player.id_in_group == 2 %}

Participant A sent you {{ group.sent_amount }}. You received {{ tripled_amount }} you offered {{ group.sent_back_amount }} to A. they {% if group.offer_accepted == True %} accepted the offer. therefore your payoff is {{ player.payoff }} {% else %} Rejected the offer. {% endif %} therefore your payoff is {{ player.payoff }}.

{% else %}

you were given {{ Constants.endowment }} You sent B {{ group.sent_amount }}. you were offered {{ group.sent_back_amount }}. which you {% if group.offer_accepted == True %} accepted. therefore your payoff is {{ player.payoff }} {% else %} rejected.

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