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

You are assigned the role of the {{player.role}}.

{% if player.role == 'Sender' %}

On the next screen you will decide how the earnings will be allocated between you and the Receiver.

{% endif %} {% if player.role == 'Receiver' %}

Click "next" to continue.

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