{% extends "global/Page.html" %} {% load otree %} {% block title %}Continuation{% endblock %} {% block content %} The number that was randomly drawn was {{ draw }}. This is less or equal to {{ Constants.continuation_probability }}, therefore the session continues. {% next_button %} {% endblock %}