{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block styles %} {% endblock %} {% block title %} Round {{round_number}} {% endblock %} {% block content %}

You have been selected to be a {{role}} for this round.

{% if role == 'seller' %}

You chose to sell {{quantity}} {{color}} ticket{{plural}} in the auction.

Click "next" to proceed to the auction.

{% next_button %} {% endif %} {% if role == 'buyer' %}

There {{to_be}} {{quantity}} ticket{{plural}} for sale in the auction. You have {{Constants.buyer_endowment}} francs to spend in the auction.

If you win the auction, you will be given the {{quantity}} ticket{{plural}}. At the end of the round, {{pronoun}} {{quantity}} ticket{{plural}} will be exchanged for :

Click "next" to proceed to the auction.

{% next_button %}

History

{% include 'includes/history.html' %} {% endif %} {% endblock %}