{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Offer {% endblock %} {% block content %}
You are the proposer.
You have been given {{ player.endowment}}. You have told the responder that the amount is {{player.amount_fortwo}}. Enter the amount that you want to offer to the responder.
{% formfield player.amount_offered label="How much would you like to offer?" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}