{% extends "otree/BaseAdminRegular.html" %} {% block head_title %}{{ title }}{% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% for s in session_info %} {{ s.display_name }} {% endfor %}
{% if otreehub_url %} {% endif %}
{{ intro_html|safe }}
{% if is_debug %}
To add to this list, create a new session config.
{% endif %}
{% endblock %}