{% extends "global/Page.html" %} {% load otree static %} {% block title %}Ultimatum Game: Your Choice {% endblock %} {% block content %}
You are Player 1 and the proposer. Currently you are in Round: {{ subsession.round_number }} You have an endowment of{{ Constants.amount }}. Please enter your proposed amount for splitting. This amount will be given to each of the 2 receivers.
{% formfields %} {% next_button %} {% endblock %}