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

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

{% if not session.use_browser_bots %} {% csrf_token %} {% endif %} {% endblock %} {% block internal_scripts %} {{ block.super }} {% endblock %}