{% extends "otree/WaitPage.html" %} {% load staticfiles otree %} {% block title %} Online Market {% endblock %} {% block content %} {% if subsession.round_number == 1 %}
Thank you very much for your participation.
Please wait until all market participants finish reading the instructions. This could take a couple of minutes. Please be patient.
{% else %}Next round starts in a couple seconds.
{% endif %} {% endblock %} {% block styles %} {% endblock %}