{% extends "global/Page.html" %} {% load otree_tags %} {% block title %}Offer{% endblock %} {% block content %}
This is round {{player.round_number}}. Now you are a Blue person. Please decide how much of the {{ Constants.endowment }} you will offer the other person.
{% formfields %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}