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

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

{% if role == 'seller' %}

Your tickets were {{color}}, and you chose to keep all of them, so no auction will be held.

Your earnings from this round will be {{player.francs}} francs.

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

Your group's seller chose to keep all his/her tickets, so no auction will be held. The tickets were {{color}}.

Your earnings from this round will be {{player.francs}} francs.

{% endif %} {% next_button %} {% endblock %}