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

You are {{ player.role }}.
{% if player.role == 'distributor' %} The paying round for this task was {{ paying_round }}.
{% elif player.role == 'sender 1' %} The paying round for this task was {{ paying_round }}.
{% elif player.role == 'sender 2' %} The paying round for this task was {{ paying_round }}.
{% else %} The paying round for this task was {{ paying_round }}.
{% endif %} Your total earnings for today's experiment, including the show-up fee, is {{payment}}

Please press "Next" to proceed to the post-experiment survey. {% next_button %}

{% endblock %}