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

You are in Group 2. You were given {{ Constants.endowment }}, out of which you offered {{ group.p2_offered }} to the other player. The rest of your group offered {{ running_average }}

{% formfield group.p2_offered with label="How many cents would you like to share with Player 1? Player 1 will receive the total amount shared by your group."%} {% next_button %} {% endblock %}