{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %}
{% if player.id_in_group == 2 %} Seller {% else %} Buyer {% endif %} page [Match {{ matchnum }}, Round {{ roundnum }}]
{% endblock %} {% block content %}
Offer Rejected.
The buyer has rejected it and move on to the next round with an 80% chance.
{% endblock %}