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

You are the responder.

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

Do you wish to accept the offer?

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