{% extends "global/Page.html" %} {% load otree static %} {% block title %} Redirect {% endblock %} {% block scripts %} {% endblock %} {% block content %}

Redirecting to end page.

{% next_button %} {% endblock %}