{% 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 earn 0 tokens.
Since this is end of Round 2, the match is now over.
{% endblock %}