{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

Instructions

{% if order == 1 %} {% if subsession.round_number < 11 %}

The time limit for Game {{game_number}} is {{timeout_options}} seconds.

Seconds left on this page:

{% endif %} {% if subsession.round_number > 10 %}

Game {{game_number}} will start in seconds.

{% endif %} {% endif %} {% if order == 0 %} {% if subsession.round_number < 11 %}

Game {{game_number}} will start in seconds.

{% endif %} {% if subsession.round_number > 10 %}

The time limit for Game {{game_number}} is {{timeout_options}} seconds.

Seconds left on this page:

{% endif %} {% endif %} {{ form.errors }} {% endblock %} {% block scripts %} {% endblock %}