{% 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 %}
{# page for buyer#} {% if player.id_in_group == 1 %}
0
50
Value B
{{ p_value }}
400
Please wait for the seller to make an offer.
[Things to consider]
{% endif %} {# page for seller #} {% if player.id_in_group == 2 %}
{{ random_initial }}
0
50
Min: 50
Value B
{{ B_value }}
Max: 400
400
Your offer in this Round
Your offer
{{ latest_offer }}
Please use the red bar above to indicate your price offer.
[Things to consider]
{#
#} {#
#} {# #} {# #} {##} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {##} {#
#} {#
#}
{% endif %}
The buyer rejected the price offer (XXX) from the seller.
The match moves on to the next round with 80% chance.
Please click the “Spin” button below to see if the match moves on or not.



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