{% extends "global/Page.html" %} {% load otree_tags %} {% block title %}Request{% endblock %} {% block content %}
This is round {{player.round_number}}. Now you are a Red person.
The Blue person you have been paired with is deciding how much to allocate to you. You will then have to decide whether to accept or reject the offer. What is the minimum amount you would accept?
{% formfields %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}