{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Accept or reject {% endblock %} {% block content %}

You are the responder.

The other player has informed you the amount is {{ player.amount_fortwo}}. The other player has offered you {{ player.amount_offered }}.

Do you wish to accept the offer?

{% next_button %} {% include Constants.instructions_template %} {% endblock %}