{% extends "global/Page.html" %} {% load otree %} {% block title %}No continuation{% endblock %} {% block content %} The number that was randomly drawn was {{ draw }}. This is more than {{ Constants.continuation_probability }}, therefore the session ends. Your history of actions will be cleared before we proceed to the next session. {% next_button %} {% endblock %}