{% extends "otree/Page.html" %}
{% load otree static %}
{% block global_styles %}
{% endblock %}
{% block global_scripts %}
{# Timeme #}
{# Easytimer #}
{# Timer #}
{% include "global/scripts/time_spent.js" %}
{# Report leaving of the page #}
{% include "global/scripts/warnings.js" %}
{# Disable Enter and Right Click #}
{% include "global/scripts/disable.js" %}
{% endblock %}