{% extends "otree/WaitPage.html" %} {% load staticfiles otree %} {% block title %} Online Market {% endblock %} {% block content %} {% if subsession.round_number == 1 %}
You are a {{participant.vars.role}}.
The interactive game starts in a couple of seconds.
{% else %}Next round starts in a couple of seconds.
{% endif %} {% endblock %} {% block styles %} {% endblock %}