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

0/{{ session.num_participants }} participants started.

{% 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 %}
{% endif %}
{% endblock %} {% block internal_scripts %} {{ super() }} {% endblock %}