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

You are matched with a player from a group that offered ยข{{ group.stimulated_average }} on average. The average amount shared by all groups is {{ Constants.average_mean }}.

This group shared {{ group.compared_to_average }}.


You are the Sender. You now have {{Constants.TG_endowment}}.

{% formfield group.sent_amount with label="How many cents will you send to the Receiver? Please choose an amount from 0 to 30 " %}

{% next_button %}

{% endblock %}