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

Session code: {{ session_code }}

If you click the "Advance slowest user(s)" button, the slowest user(s) will be automatically advanced by one page, while the other users will remain where they are (unless perhaps if they have a waiting page).



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