{% 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 %}
The buyer rejected the price offer ({{ seller_offer_display }}) from the seller.
The match moves on to the next round with 90% chance.
Please click the “Spin” button below to see if the match moves on or not.



{{ next_button }}
{% endblock %} {% block scripts %} {% endblock %}