{% extends "global/Page.html" %} {% load otree static %} {% block title %} Send Back Page {% endblock %} {% block content %}

Participant B has sent you {{ group.sent_back_amount }}. Do you accept B's Offer?

{% formfield group.offer_accepted %}

{% next_button %}

{% endblock %}