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

Instructions

{% if timeout_options != 300 %}

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

Seconds left on this page:

{% endif %} {% if timeout_options == 300 %}

You will start Game {{game_number}} in seconds.

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