{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Summary of the Game
{% endblock %}
{% block content %}
Below is a summary of the game:
Once you are clear about the information above, please click "Next" to start playing the game!
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}