{% extends "otree/BaseAdmin.html" %} {% block title %} {{ title }} {% endblock %} {% block content %}
{% if otreehub_url %} {% endif %}
{{ intro_html|safe }}
{% if is_debug %}
To add to this list, create a new session config.
{% endif %}
{% endblock %}