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

{% if player.id_in_group == 1 %} When you were the decision maker, you decided to keep {{kept1}} for yourself.
When you were the decision receiver, the decision maker sent you {{sent2}}
{% else %} When you were the decision maker, you decided to keep {{kept2}} for yourself.
When you were the decision receiver, the decision maker sent you {{sent1}}
{% endif %} Therefore, your take-home earnings for this task is {{ player.payoff }} {% next_button %}

{% endblock %}