{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
Please click "Next" to proceed, the results of the lottery will be shown at the end of the experiment.
{% endblock %}
{% block content %}
{% next_button %}
{% endblock %}