{% 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#}
0
{{ low_value_display }}
{{ if low_price_enabled }}
{{ endif }}
{{ if low_price_enabled }}
{{ endif }}
{{ low_value_display }}
{{ vm_display }}
{{ high_value_display }}
{{ high_value_display }}
Choose your price offer by clicking one of the {{ if low_price_enabled }}three{{ else }}two{{ endif }} buttons.
Your offer will be submitted and cannot be changed.
[Things to consider]
{{ endblock }}