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

You are the proposer.

You have been given an initial endowment of {{player.endowment}}. What amount do you want to tell to the responder that you have been given?

{% formfield player.amount_fortwo %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}