{% extends "otree/Session.html" %} {% block internal_styles %} {{ super() }} {% endblock %} {% block content %} {{ super() }} {% for header in headers %} {% endfor %}
{{ header }}

0 started, 0 in progress (total: {{ session.num_participants }})

{% if not session.use_browser_bots %} {% csrf_token %}
{% if session.num_participants > ADVANCE_SLOWEST_BATCH_SIZE %} (max {{ ADVANCE_SLOWEST_BATCH_SIZE }} at a time) {% endif %} {% comment %} {% endcomment %}
{% endif %}
{% endblock %} {% block internal_scripts %} {{ super() }} {% endblock %}