{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your role and decision {% endblock %} {% block content %}

You are the proposer.

The two of you have been given {{ Constants.endowment }}. Enter the amount that you want to offer to the responder.

{% formfield group.amount_offered with label="How much would you like to offer?" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}