{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Round {{round_number}} {% endblock %} {% block content %}

Seller

If you are selected to be the seller, you will be given 5 {{player.seller_color}} tickets.

Please choose the number of these tickets you would like to sell:

{% include 'includes/new_buttons.html' %}

History

{% if roundNumber > 0 %} {% include 'includes/history.html' %} {% endif %}

{% endblock %}