{% extends "otree/BaseBuiltIn.html" %} {% load staticfiles %} {% load i18n %} {% block title %}{% blocktrans %}Advance users{% endblocktrans %}{% endblock %} {% block content %}

Session code: {{ session_code }}

{% blocktrans %} If you click the below button, the slowest participants (those on the earliest page) will be automatically advanced by 1 page. {% endblocktrans %}



{% if success %} {% endif %} {% endblock %}