{% 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.

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

There is no time limit for Game {{game_number}}.

{% endif %}

Seconds left on this page:

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