{% extends "global/Page.html" %} {% load otree_tags %} {% block title %}Your Role and Offer{% endblock %} {% block content %}

You were randomly assigned the role of Player A.

You were randomly matched with a participant in the role of Player B.

You have to decide how much of the {{ Constants.endowment }} you give to Player B, and how much you keep for yourself.

Player B will then decide whether to accept or to reject your offer.

{% formfield group.amount_offered label="How much would you like to offer to Player B?"%} {% next_button %} {% endblock %}