{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
You have been removed from the game!
{% endblock %}
{% block content %}
Due to inactivity or failing to correctly answer the test questions in time you were removed from the game.
You may now close this page and return your submission to the study.
{% endblock %}