{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} You are {{ player.role }} {% endblock %} {% block content %} {% if player.role == "Seller 1" %}

How many points do you ask for your {{ numberofpieces1 }}?

{% endif %} {% if player.role == "Seller 2" %}

How many points do you ask for your {{ numberofpieces2 }}?

{% endif %} {% formfield player.WTA with label="Please fill in your asking price"%} {% if player.treatment == 1 %}

{% endif %} {% if player.treatment == 2 %}

{% endif %}

{% next_button %}

{% endblock %}