{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% if player.ctrl_treat == 'treatment' %} Congratulations! {% endif %} {% endblock %} {% block content %}

{% if player.ctrl_treat == 'treatment' %} You have answered all understanding questions correctly.
{% endif %} Now you know everything you need to know to move on.
Please click the button to start the forecasting procedure.

{% next_button %} {% endblock %}