{% extends "otree/BaseAdmin.html" %} {% block title %} {{ title }} {% endblock %} {% block content %}
{% if otreehub_url %} {% endif %}
{{ intro_html|safe }}
{% if is_debug %}
You can add entries to this list in settings.py.
{% endif %}
{% endblock %}