{% extends "global/Page.html" %} {% load otree static %} {% block title %} Ultimatum Game:: Your Choice {% endblock %} {% block content %}
You are a receiver. current round number is : {{ subsession.round_number }} Player 1 has proposed to split the amount into receiver shares of {{ group.split_amount }} Please enter your response to accept(Yes or No).
{% formfields %} {% next_button %} {% endblock %}