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

You are the responder.

The other player has offered you {{ group.sent }}.

{% formfield group.decision label="Decide whether you wish to accept the money" %} {% next_button %} {% endblock %}